ICtiCallStateManager.GetCallInfoData(Guid) Method

Definition

Retrieves the call info data for the given call reference ID.

public:
 Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ GetCallInfoData(Guid ctiCallRefCallId);
public Microsoft.Uii.Desktop.Cti.Core.CallInfoData GetCallInfoData (Guid ctiCallRefCallId);
abstract member GetCallInfoData : Guid -> Microsoft.Uii.Desktop.Cti.Core.CallInfoData
Public Function GetCallInfoData (ctiCallRefCallId As Guid) As CallInfoData

Parameters

ctiCallRefCallId
Guid

Specifies the call ID.

Returns

Applies to