CtiAgentStateManager.SetUnavailable(String) 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 for the ID of the current agent to unavailable.
public:
virtual bool SetUnavailable(System::String ^ reasonCode);
public virtual bool SetUnavailable (string reasonCode);
abstract member SetUnavailable : string -> bool
override this.SetUnavailable : string -> bool
Public Overridable Function SetUnavailable (reasonCode As String) As Boolean
Parameters
- reasonCode
- String
Specifeis the reason code for unavailable.
Returns
Boolean
True
if successful, otherwise false
.