GigaSpaces XAP.NET Documentation
SynchronizeWithRemoteSpace Property
Class LibraryGigaSpaces.Core.CacheIdBasedLocalCacheConfigSynchronizeWithRemoteSpace
Gets or sets whether to synchronize the local cache entries state with the remote space. Meaning, if an entry is stored in the local cache and the same entry is updated in the remote space, whether is should be updated in the local cache as well.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool SynchronizeWithRemoteSpace { get; set; }
Public Property SynchronizeWithRemoteSpace As Boolean
public:
property bool SynchronizeWithRemoteSpace {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_SynchronizeWithRemoteSpace()
/** @property */
public  void set_SynchronizeWithRemoteSpace(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)