NewCallEventArgs(Guid, CallInfoData) 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 NewCallEventArgs class.
public:
NewCallEventArgs(Guid ctiRefCallId, Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ callInfo);
public NewCallEventArgs (Guid ctiRefCallId, Microsoft.Uii.Desktop.Cti.Core.CallInfoData callInfo);
new Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs : Guid * Microsoft.Uii.Desktop.Cti.Core.CallInfoData -> Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs
Public Sub New (ctiRefCallId As Guid, callInfo As CallInfoData)
Parameters
- ctiRefCallId
- Guid
Specifies the call reference ID.
- callInfo
- CallInfoData
Specifies the call info object.