| AgentLogoffAction Constructor (String) |
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
)
Public Sub New (
agent As String
)
public:
AgentLogoffAction(
String^ agent
)
new :
agent : string -> AgentLogoffAction
Parameters
- agent
- Type: SystemString
the name of the agent to log off.
See Also