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