HybridConnectionStream.ShutdownAsync(CancellationToken) 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.
Lance un processus de fermeture normale en arrêtant l’envoi via ce HybridConnectionStream. Pour vous déconnecter proprement et de manière asynchrone, appelez ShutdownAsync, attendez que Read/ReadAsync se termine avec une lecture de 0 octet, puis appelez Enfin Stream.CloseAsync();
public System.Threading.Tasks.Task ShutdownAsync (System.Threading.CancellationToken cancellationToken);
member this.ShutdownAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ShutdownAsync (cancellationToken As CancellationToken) As Task
Paramètres
- cancellationToken
- CancellationToken
Jeton d'annulation à observer.
Retours
S’applique à
Azure SDK for .NET