Share via


DeviceClient.CloseAsync Method

Definition

Overloads

CloseAsync()

Close the DeviceClient instance

CloseAsync(CancellationToken)

Close the DeviceClient instance

CloseAsync()

Close the DeviceClient instance

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

Returns

System.Threading.Tasks.Task

Applies to

CloseAsync(CancellationToken)

Close the DeviceClient instance

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

Parameters

cancellationToken
System.Threading.CancellationToken

A cancellation token to cancel the operation.

Returns

System.Threading.Tasks.Task

Exceptions

System.OperationCanceledException

Thrown when the operation has been canceled.

Applies to