ICtiAgentStateManager.SetAvailable 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.
Sends a command to the CTI interface to set the agent state to available.
public:
bool SetAvailable();
public bool SetAvailable ();
abstract member SetAvailable : unit -> bool
Public Function SetAvailable () As Boolean
Returns
True
if the state is successfully set, otherwise false
.