GigaSpaces XAP.NET Documentation
TakeMultiple<(Of <(T>)>) Method (query, tx, maxItems, modifiers)
Class LibraryGigaSpaces.CoreISpaceProxyTakeMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int32, TakeModifiers)
Take an array of matching objects from the space. Matching is done as in Take with no timeout.
Declaration Syntax
C#Visual BasicVisual C++J#
T[] TakeMultiple<T>(
	IQuery<T> query,
	ITransaction tx,
	int maxItems,
	TakeModifiers modifiers
)
Function TakeMultiple(Of T) ( _
	query As IQuery(Of T), _
	tx As ITransaction, _
	maxItems As Integer, _
	modifiers As TakeModifiers _
) As T()
generic<typename T>
array<T>^ TakeMultiple(
	IQuery<T>^ query, 
	ITransaction^ tx, 
	int maxItems, 
	TakeModifiers 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 (TakeModifiers)
The modifier(s) to define behaviour of the operation.
Return Value
An array of objects taken from the space (empty array if no match was found).
Exceptions
ExceptionCondition
UnusableEntryExceptionA serialized field of the object being read cannot be deserialized.
TransactionExceptionTransaction error occured.
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.
EntryVersionConflictExceptionOperation is rejected as a result of optimistic locking version conflict.
SqlQueryExceptionThe query template is an illegal SqlQuery.
QueryMultiplePartialFailureExceptionAn exception occured on some of the nodes.

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