SmartSockets .NET Class Library

TipcQueueCb.queue_cb Method 

Method invoked when a message is inserted or removed from the connection's message queue.

void queue_cb(
   TipcMsg msg,
   bool insert_flag,
   int position,
   object arg
);

Parameters

msg
The message that was inserted or removed.
insert_flag
true if the message was inserted, false otherwise.
position
Queue position to insert/remove message.
arg
The user-defined argument.

See Also

TipcQueueCb Interface | TipcQueueCb Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved