SubscriptionClient.OnEndGetMessageSessions(IAsyncResult) Méthode

Définition

Exécute l’action de fin d’obtention du 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)

Paramètres

result
IAsyncResult

Résultat du message.

Retours

Action de fin d’obtention du message.

S’applique à