SmartSockets .NET Class Library

TipcCache.requestStart Method (String, Double)

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

public virtual void requestStart(
   string cacheSubject,
   double deltaTime
);

Parameters

cacheSubject
name of subject for which messages will be stored.
deltaTime
maximum amount of time in seconds that messages will be stored.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved