GigaSpaces XAP.NET Documentation
SharedIteratorMode Property
Class LibraryGigaSpaces.Core.PersistencyExternalDataSourceConfigSharedIteratorMode
Gets or sets whether to use shared iterator mode. When this mode is enabled, concurrent read access to the data source for the same query will be optimized when possible, and the iterator data will be shared among the accessors.
Note:When null the default will be used
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<bool> SharedIteratorMode { get; set; }
Public Property SharedIteratorMode As Nullable(Of Boolean)
public:
property Nullable<bool> SharedIteratorMode {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_SharedIteratorMode()
/** @property */
public  void set_SharedIteratorMode(Nullable<boolean> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)