MessageReceiver.OnEndPeek(IAsyncResult) Method

Definition

Executes the EndPeek operation.

protected abstract System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.BrokeredMessage> OnEndPeek (IAsyncResult result);
abstract member OnEndPeek : IAsyncResult -> seq<Microsoft.ServiceBus.Messaging.BrokeredMessage>
Protected MustOverride Function OnEndPeek (result As IAsyncResult) As IEnumerable(Of BrokeredMessage)

Parameters

result
IAsyncResult

The result of the operation.

Returns

A list of messages.

Applies to