SmartSockets .NET Class Library

TipcCache.requestStart Method (String, Int32)

Submits a message to the SmartCache daemon to start storing up to 'numMsgs' messages being published to the given subject. If a connection to RTserver doesn't exist, one will be created.

public virtual void requestStart(
   string cacheSubject,
   int numMsgs
);

Parameters

cacheSubject
name of subject for which messages will be stored.
numMsgs
maximum number of messages to be stored for 'cacheSubject'.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved