Share via


ExceptionRule.Trigger Property

Definition

The trigger for this exception rule. Please note ExceptionTrigger is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include QueueLengthExceptionTrigger and WaitTimeExceptionTrigger.

public Azure.Communication.JobRouter.ExceptionTrigger Trigger { get; }
member this.Trigger : Azure.Communication.JobRouter.ExceptionTrigger
Public ReadOnly Property Trigger As ExceptionTrigger

Property Value

Applies to