Submits a message to the SmartCache daemon to start storing up to 'numMsgs'
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( stringcacheSubject, intnumMsgs, doubledeltaTime );
Parameters
cacheSubject
name of subject for which messages will be stored.
numMsgs
maximum number of messages to be stored for 'cacheSubject'.
deltaTime
maximum amount of time in seconds that messages will be
stored.