GigaSpaces XAP.NET Documentation
SynchronizeMode Property
Class LibraryGigaSpaces.Core.CacheIdBasedLocalCacheConfigSynchronizeMode
Gets or sets the local cache synchronization mode, affects only if SynchronizeWithRemoteSpace is enabled.
Declaration Syntax
C#Visual BasicVisual C++J#
public CacheSyncMode SynchronizeMode { get; set; }
Public Property SynchronizeMode As CacheSyncMode
public:
property CacheSyncMode SynchronizeMode {
	CacheSyncMode get ();
	void set (CacheSyncMode value);
}
/** @property */
public CacheSyncMode get_SynchronizeMode()
/** @property */
public  void set_SynchronizeMode(CacheSyncMode value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)