Compartir a través de


TelephonyProvider.Init Method

Definition

Overloads

Init(TelephonyProvider+CtiType)
Init(TelephonyProvider+CtiType, String, String)
Init(TelephonyProvider+CtiType, String, String, String, String, String)

Init(TelephonyProvider+CtiType)

public:
 bool Init(Microsoft::Uii::Csr::Cti::Providers::TelephonyProvider::CtiType type);
public bool Init (Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType type);
member this.Init : Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType -> bool
Public Function Init (type As TelephonyProvider.CtiType) As Boolean

Parameters

Returns

Applies to

Init(TelephonyProvider+CtiType, String, String)

public:
 bool Init(Microsoft::Uii::Csr::Cti::Providers::TelephonyProvider::CtiType type, System::String ^ user, System::String ^ password);
public bool Init (Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType type, string user, string password);
member this.Init : Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType * string * string -> bool
Public Function Init (type As TelephonyProvider.CtiType, user As String, password As String) As Boolean

Parameters

user
String
password
String

Returns

Applies to

Init(TelephonyProvider+CtiType, String, String, String, String, String)

public:
 virtual bool Init(Microsoft::Uii::Csr::Cti::Providers::TelephonyProvider::CtiType type, System::String ^ user, System::String ^ password, System::String ^ agentID, System::String ^ agentPassword, System::String ^ agentNumber);
public virtual bool Init (Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType type, string user, string password, string agentID, string agentPassword, string agentNumber);
abstract member Init : Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType * string * string * string * string * string -> bool
override this.Init : Microsoft.Uii.Csr.Cti.Providers.TelephonyProvider.CtiType * string * string * string * string * string -> bool
Public Overridable Function Init (type As TelephonyProvider.CtiType, user As String, password As String, agentID As String, agentPassword As String, agentNumber As String) As Boolean

Parameters

user
String
password
String
agentID
String
agentPassword
String
agentNumber
String

Returns

Applies to