GigaSpaces XAP.NET Documentation
IteratorScope Enumeration
Class LibraryGigaSpaces.CoreIteratorScope
Determines the scope of entries visible to a space iterator.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum IteratorScope
Public Enumeration IteratorScope
public enum class IteratorScope
public enum IteratorScope
Members
MemberDescription
ExistingEntries
Indicates that the iterator will process entries currently in the space and ignores future changes.

FutureEntries
Indicates that the iterator will ignore entries currently in the space and process future changes.

ExistingAndFutureEntries
Indicates that the iterator will process both entries currently in the space and future changes.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)