10.24.0

CacheLiveDataAction Enumeration

One of the live data actions must be chosen. The live data action dictates the disposition of live data received while the cache request is outstanding to the solCache. Additionally, if FULFILL is chosen, the cache request itself is deemed complete.

Definition

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum CacheLiveDataAction

Members

FULFILL2 Consider the cache request finished when live data arrives that matches the topic. Wildcard cache requests must always be FlowThru.
QUEUE4 Queue live data that arrives that matches the topic until the cache request completes. Wildcard cache requests must always be FlowThru.
FLOW_THRU8 Pass through to the application live data that arrives that matches the topic while a cache request is outstanding. Wildcard cache requests must always be FlowThru.

See Also