CtiLookupRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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