Compartir a través de


CtiLookupRequest Constructor (Guid, String, String, String, String)

Initializes a new instance of the CtiLookupRequest class.

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim ctiCallRefId As Guid
Dim ctiDesktopManager As String
Dim callType As String
Dim ani As String
Dim dins As String

Dim instance As New CtiLookupRequest(ctiCallRefId, ctiDesktopManager, callType, ani, dins)

Syntax

'Declaration
Public Sub New ( _
    ctiCallRefId As Guid, _
    ctiDesktopManager As String, _
    callType As String, _
    ani As String, _
    dins As String _
)
public CtiLookupRequest (
    Guid ctiCallRefId,
    string ctiDesktopManager,
    string callType,
    string ani,
    string dins
)
public:
CtiLookupRequest (
    Guid ctiCallRefId, 
    String^ ctiDesktopManager, 
    String^ callType, 
    String^ ani, 
    String^ dins
)
public CtiLookupRequest (
    Guid ctiCallRefId, 
    String ctiDesktopManager, 
    String callType, 
    String ani, 
    String dins
)
public function CtiLookupRequest (
    ctiCallRefId : Guid, 
    ctiDesktopManager : String, 
    callType : String, 
    ani : String, 
    dins : String
)

Parameters

  • ctiCallRefId
    Specifies the call reference ID.
  • ctiDesktopManager
    Specifies the name of the CtiDesktopManager control that emitted the request.
  • callType
    Specifies the type of call that raised the request.
  • ani
    ANI of the call
  • dins
    DNIS of the call

Remarks

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.