GigaSpaces XAP.NET Documentation
GetSpaceIterator<(Of <(<'T>)>)> Method (query, batchSize, modifiers)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyGetSpaceIterator<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), Int32, ReadModifiers)
Create an iterator over the space using the specified template(s) and settings.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceIterator<T> GetSpaceIterator<T>(
	IQuery<T> query,
	int batchSize,
	ReadModifiers modifiers
)
Function GetSpaceIterator(Of T) ( _
	query As IQuery(Of T), _
	batchSize As Integer, _
	modifiers As ReadModifiers _
) As ISpaceIterator(Of T)
generic<typename T>
ISpaceIterator<T>^ GetSpaceIterator(
	IQuery<T>^ query, 
	int batchSize, 
	ReadModifiers modifiers
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to read.
Parameters
query (IQuery<(Of <(<'T>)>)>)
The query used for matching.
batchSize (Int32)

[Missing <param name="batchSize"/> documentation for "M:GigaSpaces.Core.IReadOnlySpaceProxy.GetSpaceIterator``1(GigaSpaces.Core.IQuery{``0},System.Int32,GigaSpaces.Core.ReadModifiers)"]

modifiers (ReadModifiers)

[Missing <param name="modifiers"/> documentation for "M:GigaSpaces.Core.IReadOnlySpaceProxy.GetSpaceIterator``1(GigaSpaces.Core.IQuery{``0},System.Int32,GigaSpaces.Core.ReadModifiers)"]

Return Value
A configured space iterator.
Exceptions
ExceptionCondition
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 15.0.0.0 (15.0.0)