QueueClient.OnEndGetMessageSessions(IAsyncResult) Method

Definition

Executes the end get message action.

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

Parameters

result
IAsyncResult

The result of the session.

Returns

The MessageSession that allows grouping of related messages for processing in a single transaction.

Applies to