Click or drag to resize
QueueStatusCompleteEventHandler Delegate
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void QueueStatusCompleteEventHandler(
	Object sender,
	QueueStatusCompleteEvent e
)

Parameters

sender
Type: SystemObject
e
Type: AsterNET.Manager.EventQueueStatusCompleteEvent
See Also