ICtiControl.InitAndLogOn 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.
Initializes and logs the agent into CTI.
public:
bool InitAndLogOn();
public bool InitAndLogOn ();
abstract member InitAndLogOn : unit -> bool
Public Function InitAndLogOn () As Boolean
Returns
True
if the agent was logged in successfully, otherwise false
.