SmartSockets .NET Class Library

TipcCache.requestStart Method

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.

Overload List

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);

See Also

TipcCache Class | TipcCache Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved