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

QueueLengthExceptionTrigger(Int32) 构造函数

定义

初始化 QueueLengthExceptionTrigger 的新实例。

public QueueLengthExceptionTrigger (int threshold);
new Azure.Communication.JobRouter.QueueLengthExceptionTrigger : int -> Azure.Communication.JobRouter.QueueLengthExceptionTrigger
Public Sub New (threshold As Integer)

参数

threshold
Int32

此触发器排队到的作业数的阈值。 必须大于 0

适用于