ICtiControl.LogOffAgent 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.
Logs the current agent out.
public:
bool LogOffAgent();
public bool LogOffAgent ();
abstract member LogOffAgent : unit -> bool
Public Function LogOffAgent () As Boolean
Returns
True
if the agent was logged out successfully, otherwise false
.