SmartSockets .NET Class Library

TipcConnClient.insert Method 

Insert a message into the inbound queue. For inserting messages to be processed as though they were received from the socket, or re-inserting messages that have been removed, but cannot be processed immediately.

public virtual void insert(
   TipcMsg msg,
   int position
);

Parameters

msg
The message to insert.
position
Where to insert it (zero-based). If the position is beyond the end of the list, the message will be appended to the end of the list.

Exceptions

Exception TypeCondition
TipcBadArgumentException If position is negative.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved