MessageReceiver.GetLockTokens Method
Gets the collection of lock tokens from the specified collection of messages.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
protected static IEnumerable<Guid> GetLockTokens( IEnumerable<BrokeredMessage> messages )
Parameters
- messages
- Type: System.Collections.Generic.IEnumerable<BrokeredMessage>
The collection of messages from which to get the lock tokens.
Return Value
Type: System.Collections.Generic.IEnumerable<Guid>The collection of lock tokens from the specified messages.