TelephonyProvider.Init Method
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
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