CtiCallStateManager.GetCallInfoData Method
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.
Overloads
GetCallInfoData(Guid) |
Gets a CallInfoData object by call reference ID. |
GetCallInfoData(String) |
Gets a CallInfoData object by the string version of the cti vendor call ID. |
GetCallInfoData(Guid)
Gets a CallInfoData object by call reference ID.
public:
virtual 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
override this.GetCallInfoData : Guid -> Microsoft.Uii.Desktop.Cti.Core.CallInfoData
Public Function GetCallInfoData (ctiCallRefCallId As Guid) As CallInfoData
Parameters
- ctiCallRefCallId
- Guid
Specifies the call reference ID.
Returns
Populated CallInfoData Object or null
Implements
Applies to
GetCallInfoData(String)
Gets a CallInfoData object by the string version of the cti vendor call ID.
public:
Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ GetCallInfoData(System::String ^ vendorCallId);
public Microsoft.Uii.Desktop.Cti.Core.CallInfoData GetCallInfoData (string vendorCallId);
member this.GetCallInfoData : string -> Microsoft.Uii.Desktop.Cti.Core.CallInfoData
Public Function GetCallInfoData (vendorCallId As String) As CallInfoData
Parameters
- vendorCallId
- String
Specifies the string version of the vendor call ID.
Returns
Populated CallInfoData Object or null.