CtiLookupRequest.GetRequiredLookupData Method
Retrieves the CTI lookup command data from the Lookup Request object..
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As CtiLookupRequest
Dim ctiCallRefId As Guid
Dim ctiDesktopManager As String
Dim callType As String
Dim ani As String
Dim dins As String
instance.GetRequiredLookupData(ctiCallRefId, ctiDesktopManager, callType, ani, dins)
Syntax
'Declaration
Public Sub GetRequiredLookupData ( _
<OutAttribute> ByRef ctiCallRefId As Guid, _
<OutAttribute> ByRef ctiDesktopManager As String, _
<OutAttribute> ByRef callType As String, _
<OutAttribute> ByRef ani As String, _
<OutAttribute> ByRef dins As String _
)
public void GetRequiredLookupData (
out Guid ctiCallRefId,
out string ctiDesktopManager,
out string callType,
out string ani,
out string dins
)
public:
void GetRequiredLookupData (
[OutAttribute] Guid% ctiCallRefId,
[OutAttribute] String^% ctiDesktopManager,
[OutAttribute] String^% callType,
[OutAttribute] String^% ani,
[OutAttribute] String^% dins
)
public void GetRequiredLookupData (
/** @attribute OutAttribute() */ /** @ref */ Guid ctiCallRefId,
/** @attribute OutAttribute() */ /** @ref */ String ctiDesktopManager,
/** @attribute OutAttribute() */ /** @ref */ String callType,
/** @attribute OutAttribute() */ /** @ref */ String ani,
/** @attribute OutAttribute() */ /** @ref */ String dins
)
Parameters
- ctiCallRefId
Specifies the call reference ID
- ctiDesktopManager
Specifies the name of the CtiDesktopManagercontrol that emitted the request
- callType
Specifies the type of call.
- ani
Specifies the ANI of the call.
- dins
Specifies the DINS of the call
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
CtiLookupRequest Class
CtiLookupRequest Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.