ClientEntity.CloseAsync 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.
Envoie un message de nettoyage de façon asynchrone à Service Bus pour signaler la fin de l’utilisation d’une entité.
public System.Threading.Tasks.Task CloseAsync ();
abstract member CloseAsync : unit -> System.Threading.Tasks.Task
override this.CloseAsync : unit -> System.Threading.Tasks.Task
Public Function CloseAsync () As Task
Retours
Si une exception se produit, cette méthode effectue une opération d’abandon sur l’entité avant de lever l’exception.
Remarques
En cas d’exception, la méthode effectue un abandon sur l’entité avant de lever l’exception.
S’applique à
Azure SDK for .NET