SmartSockets .NET Class Library

TipcCache.requestMsgs Method

Requests all messages from the SmartCache daemon without any time contraints. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created.

Overload List

Requests all messages from the SmartCache daemon without any time contraints. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created.

public virtual void requestMsgs(string);

Requests 'numMsgs' messages from the SmartCache daemon without any time contraints. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created.

public virtual void requestMsgs(string,int);

Requests all the messages from the SmartCache daemon within 'deltaTime' number of seconds. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created.

public virtual void requestMsgs(string,double);

Requests 'numMsgs' messages from the SmartCache daemon within 'deltaTime' number of seconds. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created.

public virtual void requestMsgs(string,int,double);

See Also

TipcCache Class | TipcCache Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved