Share via


ExceptionTriggerKind Struct

Definition

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.

Applies to