GigaSpaces XAP.NET Documentation
IDataEnumerator Interface
Class LibraryGigaSpaces.Core.PersistencyIDataEnumerator
A disposable enumerator
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IDataEnumerator : IEnumerator, 
	IDisposable
Public Interface IDataEnumerator _
	Implements IEnumerator, IDisposable
public interface class IDataEnumerator : IEnumerator, 
	IDisposable
public interface IDataEnumerator extends IEnumerator, 
	IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Current
Gets the current element in the collection.
(Inherited from IEnumerator.)
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
MoveNext()()()
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Reset()()()
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)

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