ExceptionTriggerKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Discriminators for supported exception trigger types.
public readonly struct ExceptionTriggerKind : IEquatable<Azure.Communication.JobRouter.ExceptionTriggerKind>
type ExceptionTriggerKind = struct
Public Structure ExceptionTriggerKind
Implements IEquatable(Of ExceptionTriggerKind)
- Inheritance
-
ExceptionTriggerKind
- Implements
Constructors
| Name | Description |
|---|---|
| ExceptionTriggerKind(String) |
Initializes a new instance of ExceptionTriggerKind. |
Properties
| Name | Description |
|---|---|
| QueueLength |
Discriminator value for QueueLengthExceptionTrigger. |
| WaitTime |
Discriminator value for WaitTimeExceptionTrigger. |
Methods
| Name | Description |
|---|---|
| Equals(ExceptionTriggerKind) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ExceptionTriggerKind, ExceptionTriggerKind) |
Determines if two ExceptionTriggerKind values are the same. |
| Implicit(String to ExceptionTriggerKind) |
Converts a string to a ExceptionTriggerKind. |
| Inequality(ExceptionTriggerKind, ExceptionTriggerKind) |
Determines if two ExceptionTriggerKind values are not the same. |