GigaSpaces XAP.NET Documentation
PerformSnapshot Property
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(Of <(TData>)>)PerformSnapshot
Gets or sets whether to perform a Snapshot<(Of <(T>)>)(T) on the Template for improved performance.
Declaration Syntax
C#Visual BasicVisual C++J#
bool PerformSnapshot { get; set; }
Property PerformSnapshot As Boolean
property bool PerformSnapshot {
	bool get ();
	void set (bool value);
}
/** @property */
boolean get_PerformSnapshot()
/** @property */
 void set_PerformSnapshot(boolean value)
Remarks
This property cannot be changed when the container is running. To change it, Stop()()() the container, set the new value then Start()()() it again.

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