QueueClient.PeekLockMultiple Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves one or multiple messages from the queue using the peek/lock pattern.

The Peek/Lock retrieval pattern provides resilience against message loss if the message were to be lost in transfer or if the receiver were unable to process the message due to unexpected events.

Overload List

Name Description
QueueClient.PeekLockMultiple (Int32) Locks and retrieves up to the specified number of messages from the queue.
QueueClient.PeekLockMultiple (Int32, TimeSpan) Locks and retrieves up to the specified number of events from the queue within the specified time.

See Also

Reference

QueueClient Class
QueueClient Members
Microsoft.ServiceBus Namespace

Did you find this information useful? Please send your suggestions and comments about the documentation.