Share via


MessagesClient.CloseAsync(CancellationToken) Method

Definition

Close the connection.

public virtual System.Threading.Tasks.Task CloseAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CloseAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

cancellationToken
CancellationToken

Returns

Exceptions

If an error occurs when communicating with IoT hub service.

If the provided cancellationToken has requested cancellation.

Remarks

The instance can be re-opened after closing.

Applies to