GigaSpaces XAP.NET Documentation
GetSpaceIterator<(Of <(T>)>) Method (template)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyGetSpaceIterator<(Of <(T>)>)(T)
Create an iterator over the space using the specified template(s) and settings.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceIterator<T> GetSpaceIterator<T>(
	T template
)
Function GetSpaceIterator(Of T) ( _
	template As T _
) As ISpaceIterator(Of T)
generic<typename T>
ISpaceIterator<T>^ GetSpaceIterator(
	T template
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to read.
Parameters
template (T)
The template used for matching.
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: 10.2.0.0 (10.2.1.14000)