Reference Library
AgentLoggedOnEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCAgentLoggedOnEventHandler
Message sent when the server notifies the client application that the agent has logged on.

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void AgentLoggedOnEventHandler(
	Object sender,
	ThirdPartyCallController..::..AgentLoggedOnEventArgs e
)
Public Delegate Sub AgentLoggedOnEventHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..AgentLoggedOnEventArgs _
)
public delegate void AgentLoggedOnEventHandler(
	Object^ sender, 
	ThirdPartyCallController..::..AgentLoggedOnEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..AgentLoggedOnEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)