SubscriptionClient.RegisterSessionHandlerAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RegisterSessionHandlerAsync(Type) |
Inscrit de manière asynchrone le gestionnaire pour la session cliente. |
RegisterSessionHandlerAsync(Type, SessionHandlerOptions) |
Inscrit de manière asynchrone le gestionnaire pour la session cliente. |
RegisterSessionHandlerAsync(Type)
Inscrit de manière asynchrone le gestionnaire pour la session cliente.
public System.Threading.Tasks.Task RegisterSessionHandlerAsync (Type handlerType);
member this.RegisterSessionHandlerAsync : Type -> System.Threading.Tasks.Task
Public Function RegisterSessionHandlerAsync (handlerType As Type) As Task
Paramètres
- handlerType
- Type
Type du gestionnaire.
Retours
Objet de tâche représentant l'opération asynchrone.
S’applique à
RegisterSessionHandlerAsync(Type, SessionHandlerOptions)
Inscrit de manière asynchrone le gestionnaire pour la session cliente.
public System.Threading.Tasks.Task RegisterSessionHandlerAsync (Type handlerType, Microsoft.ServiceBus.Messaging.SessionHandlerOptions options);
member this.RegisterSessionHandlerAsync : Type * Microsoft.ServiceBus.Messaging.SessionHandlerOptions -> System.Threading.Tasks.Task
Public Function RegisterSessionHandlerAsync (handlerType As Type, options As SessionHandlerOptions) As Task
Paramètres
- handlerType
- Type
Type du gestionnaire.
- options
- SessionHandlerOptions
Options du gestionnaire de session.
Retours
Objet de tâche représentant l'opération asynchrone.
S’applique à
Azure SDK for .NET