GigaSpaces XAP.NET Documentation
ReadMultiple<(Of <(T>)>) Method (query, tx, maxItems, modifiers)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int32, ReadModifiers)
Read (according to the modifiers) an array of matching objects from the space. Matching is done as in read with no timeout.
Declaration Syntax
C#Visual BasicVisual C++J#
T[] ReadMultiple<T>(
	IQuery<T> query,
	ITransaction tx,
	int maxItems,
	ReadModifiers modifiers
)
Function ReadMultiple(Of T) ( _
	query As IQuery(Of T), _
	tx As ITransaction, _
	maxItems As Integer, _
	modifiers As ReadModifiers _
) As T()
generic<typename T>
array<T>^ ReadMultiple(
	IQuery<T>^ query, 
	ITransaction^ tx, 
	int maxItems, 
	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.
tx (ITransaction)
The transaction (if any) under which to work.
maxItems (Int32)
Maximum number of objects to return.
modifiers (ReadModifiers)
The modifier(s) to define behaviour of locks.
Return Value
An array of objects read from the space (empty array if no match was found).
Exceptions
ExceptionCondition
ReadMultipleExceptionThe operation had a failure.

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