Click or drag to resize
QueueEntryEventHandler Delegate
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.

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

Parameters

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