GeoServerCoherencyPolicy Enumeration

ScaleOut Software NamedCache API
Indicates the type of coherency policy used for GeoServer "pull" replication.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public enum GeoServerCoherencyPolicy
Members

  Member nameValueDescription
NoAutoRefresh0 Proxy objects in other stores should not be refreshed automatically.
Poll1 Proxy objects will be periodically refreshed in remote stores.
Notify2 Remote stores should be notified of changes to the object so they can refresh their proxy object.
See Also

Reference