CtiStateRequest Class
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.
Represents the request object for a state change request.
public ref class CtiStateRequest : Microsoft::Uii::Desktop::Cti::Core::CtiCallIdBase
public class CtiStateRequest : Microsoft.Uii.Desktop.Cti.Core.CtiCallIdBase
type CtiStateRequest = class
inherit CtiCallIdBase
Public Class CtiStateRequest
Inherits CtiCallIdBase
- Inheritance
Constructors
CtiStateRequest() |
Initializes a new instance of the CtiStateRequest class. |
Properties
CtiCallId |
Gets or sets the call ID to identify the call that is being addressed. (Inherited from CtiCallIdBase) |
ReasonCode |
Gets or sets the reason code text for the state. |
ReasonCodeId |
Gets or sets the reason code ID for the state. |
StateId |
Gets or sets the ID of the state. |
StateName |
Gets or sets the name of the state. |
StateType |
Gets or sets the type of state request. |