The ConsultTransferParameters type exposes the following members.

Constructors

  NameDescription
Public methodConsultTransferParameters(String, InteractionId)
Initializes a new instance of the ConsultTransferParameters using a QueueId to specify the target, and initializing the CallMadeStage to the default value.
Public methodConsultTransferParameters(QueueId, InteractionId)
Initializes a new instance of the ConsultTransferParameters using the default value for the CallMadeStage.
Public methodConsultTransferParameters(String, InteractionId, CallMadeStage)
Initializes a new instance of the ConsultTransferParameters.
Public methodConsultTransferParameters(QueueId, InteractionId, CallMadeStage)
Initializes a new instance of the ConsultTransferParameters using a QueueId to specify the target.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the string representation of ConsultTransferParameters.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAdditionalAttributes
Gets a collection which can be used to set additional attributes.
Public propertyCallerInteractionId
Gets the InteractionId associated with this consult transfer. This value represents the original Caller interaction ID.
Public propertyCallMadeStage
Gets or sets the call made stage.
Public propertyTarget
Gets or sets the target.

See Also