GigaSpaces XAP.NET Documentation
GetSpaceIterator<(Of <(T>)>) Method (template, config)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyGetSpaceIterator<(Of <(T>)>)(T, SpaceIteratorConfig)
Create an iterator over the space using the specified template(s) and settings.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator<T>(T template) instead")]
ISpaceIterator<T> GetSpaceIterator<T>(
	T template,
	SpaceIteratorConfig config
)
<ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator<T>(T template) instead")> _
Function GetSpaceIterator(Of T) ( _
	template As T, _
	config As SpaceIteratorConfig _
) As ISpaceIterator(Of T)
[ObsoleteAttribute(L"Since 10.1.1 - Use GetSpaceIterator<T>(T template) instead")]
generic<typename T>
ISpaceIterator<T>^ GetSpaceIterator(
	T template, 
	SpaceIteratorConfig^ config
)
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.
config (SpaceIteratorConfig)
Configuration for new space iterator.
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: 11.0.0.0 (11.0.0.14800)