Submits a message to the SmartCache daemon to start storing all messages being published to the given subject. If a connection to RTserver doesn't exist, one will be created.
Submits a message to the SmartCache daemon to start storing all messages being published to the given subject. If a connection to RTserver doesn't exist, one will be created.
public virtual void requestStart(string);
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,double);
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,int);
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(string,int,double);
TipcCache Class | TipcCache Members | TIBCO.SMARTSOCKETS Namespace