This topic has not yet been rated - Rate this topic

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.

Return Value

Type: System.Boolean
true if it succeeds; false if it fails.
Did you find this helpful?
(1500 characters remaining)