Compartir a través de


QueueLengthExceptionTrigger(Int32) Constructor

Definición

Inicializa una nueva instancia de QueueLengthExceptionTrigger.

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

Parámetros

threshold
Int32

Umbral de número de trabajos en cola para este desencadenador. Debe ser mayor que 0

Se aplica a