  | ManagerConnectionQueueEntry Event | 
            A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event QueueEntryEventHandler QueueEntry
Public Event QueueEntry As QueueEntryEventHandler
public:
 event QueueEntryEventHandler^ QueueEntry {
	void add (QueueEntryEventHandler^ value);
	void remove (QueueEntryEventHandler^ value);
}member QueueEntry : IEvent<QueueEntryEventHandler,
    QueueEntryEvent>
Value
Type: 
AsterNET.ManagerQueueEntryEventHandler
See Also