GigaSpaces XAP.NET Documentation
PerformSnapshot Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(<'TData>)>)>PerformSnapshot
Gets or sets whether to perform an Snapshot<(Of <<'(T>)>>)(T) on the Template for improved performance.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool PerformSnapshot { get; set; }
Public Property PerformSnapshot As Boolean
	Get
	Set
public:
virtual property bool PerformSnapshot {
	bool get () sealed;
	void set (bool value) sealed;
}
/** @property */
public final boolean get_PerformSnapshot()
/** @property */
public final  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: 14.0.0.0 (14.0.0.20000)