CtiCallEventArgs(Guid, String, CtiCallActionOptions) Constructor
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.
Initializes a new instance of the CtiCallEventArgs class.
public:
CtiCallEventArgs(Guid ctiRefCallId, System::String ^ callState, Microsoft::Uii::Desktop::Cti::Core::CtiCallActionOptions ^ availableCallOptions);
public CtiCallEventArgs (Guid ctiRefCallId, string callState, Microsoft.Uii.Desktop.Cti.Core.CtiCallActionOptions availableCallOptions);
new Microsoft.Uii.Desktop.Cti.Core.CtiCallEventArgs : Guid * string * Microsoft.Uii.Desktop.Cti.Core.CtiCallActionOptions -> Microsoft.Uii.Desktop.Cti.Core.CtiCallEventArgs
Public Sub New (ctiRefCallId As Guid, callState As String, availableCallOptions As CtiCallActionOptions)
Parameters
- ctiRefCallId
- Guid
Specifies the call reference ID
- callState
- String
Specifies the call state.
- availableCallOptions
- CtiCallActionOptions
Specifies the available call options.