MessageReceiver.OnEndTryReceive Method
Executes the end try receive action.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
protected abstract bool OnEndTryReceive( IAsyncResult result, out IEnumerable<BrokeredMessage> messages )
Parameters
- result
- Type: System.IAsyncResult
The result.
- messages
- Type: System.Collections.Generic.IEnumerable<BrokeredMessage>%
The received message collection.