次の方法で共有


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 より大きい値にする必要があります

適用対象