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.
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);
TipcCache Class | TipcCache Members | TIBCO.SMARTSOCKETS Namespace