CtiCallStateManager.GetCallInfoData Method (String)
Gets a CallInfoData object by the string version of the cti vendor call ID.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As CtiCallStateManager
Dim vendorCallId As String
Dim returnValue As CallInfoData
returnValue = instance.GetCallInfoData(vendorCallId)
Syntax
'Declaration
Public Function GetCallInfoData ( _
vendorCallId As String _
) As CallInfoData
public CallInfoData GetCallInfoData (
string vendorCallId
)
public:
CallInfoData^ GetCallInfoData (
String^ vendorCallId
)
public CallInfoData GetCallInfoData (
String vendorCallId
)
public function GetCallInfoData (
vendorCallId : String
) : CallInfoData
Parameters
- vendorCallId
Specifies the string version of the vendor call ID.
Return Value
Populated CallInfoData Object or null.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CtiCallStateManager Class
CtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.