| AgentLogoffAction Constructor (String, Boolean) |
Creates a new AgentLogoffAction that logs off the given agent
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AgentLogoffAction(
string agent,
bool soft
)
Public Sub New (
agent As String,
soft As Boolean
)
public:
AgentLogoffAction(
String^ agent,
bool soft
)
new :
agent : string *
soft : bool -> AgentLogoffAction
Parameters
- agent
- Type: SystemString
the name of the agent to log off. - soft
- Type: SystemBoolean
true if exisiting calls should not be hung up on logout.
See Also