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

ServiceBusSessionProcessor.CloseAsync(CancellationToken) Method

Definition

Performs the task needed to clean up resources used by the ServiceBusSessionProcessor.

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

An optionalCancellationToken instance to signal the request to cancel the operation.

Returns

Applies to