Partager via


CtiAgentStateManager.SetUnavailable(String) Method

Definition

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.

Implements

Applies to