Click or drag to resize
AgentLogoffAction Constructor (String)
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
)

Parameters

agent
Type: SystemString
the name of the agent to log off.
See Also