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

EventProcessorClient.ValidateProcessingPreconditions Method

Definition

Performs the tasks needed to validate basic configuration and permissions of the dependencies needed for the processor to function.

protected override System.Threading.Tasks.Task ValidateProcessingPreconditions(System.Threading.CancellationToken cancellationToken);
override this.ValidateProcessingPreconditions : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function ValidateProcessingPreconditions (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

A CancellationToken instance to signal the request to cancel the validation.

Returns

Exceptions

Any validation failures will result in an aggregate exception.

Applies to