Overload List
Name | Description | ||
---|---|---|---|
Dequeue()()()() |
Dequeue tuples from any subscribed stream. This method
blocks until
| ||
Dequeue(Int32) |
Dequeue a batch of tuples from a subscribed stream. This
method will block until:
If the request times out or the node is shut down and no Tuples have been dequeued, the returned DequeueResult object will contain 0 Tuples and its Status property will be DequeueResult.TIMEOUT or DequeueResult.CLOSED, respectively.
|