  | ManagerConnectionQueueCallerJoin Event | 
            Raised when a caller joins a Queue.
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event QueueCallerJoinEventHandler QueueCallerJoin
Public Event QueueCallerJoin As QueueCallerJoinEventHandler
public:
 event QueueCallerJoinEventHandler^ QueueCallerJoin {
	void add (QueueCallerJoinEventHandler^ value);
	void remove (QueueCallerJoinEventHandler^ value);
}member QueueCallerJoin : IEvent<QueueCallerJoinEventHandler,
    QueueCallerJoinEvent>
Value
Type: 
AsterNET.ManagerQueueCallerJoinEventHandler
See Also