CtiAgentStateManager.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.
Sets the agent state to available.
public:
virtual bool SetAvailable();
public virtual bool SetAvailable ();
abstract member SetAvailable : unit -> bool
override this.SetAvailable : unit -> bool
Public Overridable Function SetAvailable () As Boolean
Returns
True
if successful , otherwise false
.