-
Notifications
You must be signed in to change notification settings - Fork 1
QueueCursor
busterwood edited this page Jan 2, 2018
·
1 revision
Create a QueueCursor
to view and read messages in a queue, typically used for selectively reading or peeking messages.
Methods:
-
Peek()
to view the current message -
PeekAsync()
to asynchronously view the current message -
PeekNext()
to asynchronously view the next message -
PeekNextAsync()
to asynchronously view the next message -
Read()
to receive the current message -
ReadAsync()
to asynchronously receive the current message -
Dispose()
to release the underlying queue cursor handle