GigaSpaces XAP.NET Documentation
GetSpaceIterator<(Of <(T>)>) Method (templates, queries, config)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyGetSpaceIterator<(Of <(T>)>)(ICollection<(Of <(T>)>), ICollection<(Of <(IQuery<(Of <(T>)>)>)>), SpaceIteratorConfig)
Create an iterator over the space using the specified template(s) and settings.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceIterator<T> GetSpaceIterator<T>(
	ICollection<T> templates,
	ICollection<IQuery<T>> queries,
	SpaceIteratorConfig config
)
Function GetSpaceIterator(Of T) ( _
	templates As ICollection(Of T), _
	queries As ICollection(Of IQuery(Of T)), _
	config As SpaceIteratorConfig _
) As ISpaceIterator(Of T)
generic<typename T>
ISpaceIterator<T>^ GetSpaceIterator(
	ICollection<T>^ templates, 
	ICollection<IQuery<T>^>^ queries, 
	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
templates (ICollection<(Of <(T>)>))
The template used for matching.
queries (ICollection<(Of <(IQuery<(Of <(T>)>)>)>))
The queries 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.
SqlQueryExceptionThe query template is an illegal SqlQuery.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)