SmartSockets .NET Class Library

TipcCache.requestMsgs Method (String, Int32)

Requests 'numMsgs' messages from the SmartCache daemon without any time contraints. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created.

public virtual void requestMsgs(
   string requestSubject,
   int numMsgs
);

Parameters

requestSubject
subject name to retrieve messages.
numMsgs
number of messages to be retrieved.

See Also

TipcCache Class | TipcCache Members | TIBCO.SMARTSOCKETS Namespace | TipcCache.requestMsgs Overload List


Copyright © TIBCO Software Inc. All rights reserved