Click or drag to resize
AgentLogoffAction Constructor (String, Boolean)
Creates a new AgentLogoffAction that logs off the given agent

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AgentLogoffAction(
	string agent,
	bool soft
)

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