Reference Library
QueuedEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCQueuedEventHandler
Message sent when the server notifies object that the call was queued.

Supported in: 6.1.0

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

Assembly: ServiceProvider (Module: ServiceProvider)