CallRejectReason Struct

Definition

Reason of rejecting a call.

public readonly struct CallRejectReason : IEquatable<Azure.Communication.CallAutomation.CallRejectReason>
type CallRejectReason = struct
Public Structure CallRejectReason
Implements IEquatable(Of CallRejectReason)
Inheritance
CallRejectReason
Implements

Constructors

Name Description
CallRejectReason(String)

Initializes a new instance of CallRejectReason.

Properties

Name Description
Busy

busy.

Forbidden

forbidden.

None

none.

Methods

Name Description
Equals(CallRejectReason)

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(CallRejectReason, CallRejectReason)

Determines if two CallRejectReason values are the same.

Implicit(String to CallRejectReason)

Converts a String to a CallRejectReason.

Inequality(CallRejectReason, CallRejectReason)

Determines if two CallRejectReason values are not the same.

Applies to