GigaSpaces XAP.NET Documentation
ReadMultiple<(Of <(T>)>) Method (template)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadMultiple<(Of <(T>)>)(T)
Read 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>(
	T template
)
Function ReadMultiple(Of T) ( _
	template As T _
) As T()
generic<typename T>
array<T>^ ReadMultiple(
	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
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: 12.2.0.0 (12.2.0.18000)