Share via


CtiLookupRequest Constructors

Definition

Overloads

CtiLookupRequest()

Initializes a new instance of the CtiLookupRequest class.

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

Initializes a new instance of the CtiLookupRequest class.

CtiLookupRequest()

Initializes a new instance of the CtiLookupRequest class.

public:
 CtiLookupRequest();
public CtiLookupRequest ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CtiLookupRequest class.

public:
 CtiLookupRequest(Guid ctiCallRefId, System::String ^ ctiDesktopManager, System::String ^ callType, System::String ^ ani, System::String ^ dnis);
public CtiLookupRequest (Guid ctiCallRefId, string ctiDesktopManager, string callType, string ani, string dnis);
new Microsoft.Uii.Desktop.Cti.Core.CtiLookupRequest : Guid * string * string * string * string -> Microsoft.Uii.Desktop.Cti.Core.CtiLookupRequest
Public Sub New (ctiCallRefId As Guid, ctiDesktopManager As String, callType As String, ani As String, dnis As String)

Parameters

ctiCallRefId
Guid

Specifies the call reference ID.

ctiDesktopManager
String

Specifies the name of the CtiDesktopManager control that emitted the request.

callType
String

Specifies the type of call that raised the request.

ani
String

ANI of the call

dnis
String

Applies to