| ManagerConnectionAgentLogoff Event |
An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event AgentLogoffEventHandler AgentLogoff
Public Event AgentLogoff As AgentLogoffEventHandler
public:
event AgentLogoffEventHandler^ AgentLogoff {
void add (AgentLogoffEventHandler^ value);
void remove (AgentLogoffEventHandler^ value);
}
member AgentLogoff : IEvent<AgentLogoffEventHandler,
AgentLogoffEvent>
Value
Type:
AsterNET.ManagerAgentLogoffEventHandlerSee Also