CtiCallStateManager.GetCallVariable Method
Required Override This function is called to get a variable from the Call
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 ctiCallRefCallId As Guid
Dim key As String
Dim returnValue As String
returnValue = instance.GetCallVariable(ctiCallRefCallId, key)
Syntax
'Declaration
Public MustOverride Function GetCallVariable ( _
ctiCallRefCallId As Guid, _
key As String _
) As String
public abstract string GetCallVariable (
Guid ctiCallRefCallId,
string key
)
public:
virtual String^ GetCallVariable (
Guid ctiCallRefCallId,
String^ key
) abstract
public abstract String GetCallVariable (
Guid ctiCallRefCallId,
String key
)
public abstract function GetCallVariable (
ctiCallRefCallId : Guid,
key : String
) : String
Parameters
- ctiCallRefCallId
Specifies the CTI call reference ID.
- key
Specifies the key.
Return Value
String Version of the requested variable.
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.