Partager via


DeviceClient.CloseAsync Méthode

Définition

Surcharges

CloseAsync()

Fermez le instance DeviceClient.

CloseAsync(CancellationToken)

Fermez le instance DeviceClient.

CloseAsync()

Fermez le instance DeviceClient.

public System.Threading.Tasks.Task CloseAsync ();
member this.CloseAsync : unit -> System.Threading.Tasks.Task
Public Function CloseAsync () As Task

Retours

S’applique à

CloseAsync(CancellationToken)

Fermez le instance DeviceClient.

public System.Threading.Tasks.Task CloseAsync (System.Threading.CancellationToken cancellationToken);
member this.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CloseAsync (cancellationToken As CancellationToken) As Task

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation pour annuler l’opération.

Retours

Exceptions

Levée lorsque l’opération a été annulée.

S’applique à