你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ModuleClient.CloseAsync 方法

定义

重载

CloseAsync()

关闭 ModuleClient 实例。

CloseAsync(CancellationToken)

关闭 ModuleClient 实例。

CloseAsync()

关闭 ModuleClient 实例。

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

返回

适用于

CloseAsync(CancellationToken)

关闭 ModuleClient 实例。

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

参数

cancellationToken
CancellationToken

用于取消操作的取消标记。

返回

例外

取消操作时引发。

适用于