MessageHandlerBase.DisposeAsync 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.
Supprime cette instance et annule les opérations de lecture ou d’écriture en attente.
public virtual System.Threading.Tasks.Task DisposeAsync ();
abstract member DisposeAsync : unit -> System.Threading.Tasks.Task
override this.DisposeAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function DisposeAsync () As Task