Compartilhar via


QueueClient.OnEndGetMessageSessions(IAsyncResult) Método

Definição

Executa a ação end get message.

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)

Parâmetros

result
IAsyncResult

O resultado da sessão.

Retornos

O MessageSession que permite o agrupamento de mensagens relacionadas para processamento em uma única transação.

Aplica-se a