Connection queue events are raised when a message is inserted into or deleted from a connection's message queue. Queue events are useful for watching the messages that have been read in from a connection's socket and inserted into the message queue, but not yet processed.
The event handler receives an argument of type TipcQueueEventArgs containing data related to this event. The following TipcQueueEventArgs properties provide information specific to this event.
Property | Description |
---|---|
insertFlag | Returns the boolean flag. True for insert. |
Msg | Returns the message |
position | Returns the position in queue where message is either inserted or deleted. |
TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace