- Chet Powers
QueueReceiveEvent
QueueReceiveEvent Methods
QueueReceiveEvent() | Constructor for the QueueReceiveEvent class |
ObjectQueue() | Returns a reference to the "Queue" which had an item added to it |
Derived Classes
None
See Also
public method QueueReceiveEvent(Queue AssociatedQueue)
Parameters
AssociatedQueue
The queue containing the item which caused the event
Return Value
None
Description
Constructor for the QueueReceiveEvent class.
QueueReceiveEvent Class
public method<ObjectQueue> ObjectQueue()
Parameters
None
Return Value
Reference to the object queue associated with the receive event
Description
This method returns the "ObjectQueue" reference associated with the QueueReceiveEvent. This is the ObjectQueue object which an item was added to and which caused this event to be created and processed.
QueueReceiveEvent Class