FileUploadNotificationProcessorClient.CloseAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Close the connection and stop receiving file upload notifications.
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 cancellation token has requested cancellation.
If a socket error occurs.
If an error occurs when performing an operation on a WebSocket connection.
If an I/O error occurs.
Remarks
The instance can be re-opened after closing.
Applies to
Azure SDK for .NET