Gets/Sets Enumeration to specify how the Client cache is synchronized with the cluster caches through events.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public ClientCacheSyncMode ClientCacheSyncMode { get; set; }
Visual Basic
Public Property ClientCacheSyncMode As ClientCacheSyncMode
	Get
	Set
Visual C++
public:
property ClientCacheSyncMode ClientCacheSyncMode {
	ClientCacheSyncMode get ();
	void set (ClientCacheSyncMode value);
}

See Also