SmartSockets .NET Class Library

TipcConnClient.TipcQueueEvent Event

Occurs with message queue events.

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.

public event TipcQueueHandler TipcQueueEvent;

Event Data

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.

PropertyDescription
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.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved