GigaSpaces XAP.NET Documentation
ReadByIds<(Of <(T>)>) Method (idsQuery)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadByIds<(Of <(T>)>)(IdsQuery<(Of <(T>)>))
Read objects from the space matching the specified ids query.
Declaration Syntax
C#Visual BasicVisual C++J#
IReadByIdsResult<T> ReadByIds<T>(
	IdsQuery<T> idsQuery
)
Function ReadByIds(Of T) ( _
	idsQuery As IdsQuery(Of T) _
) As IReadByIdsResult(Of T)
generic<typename T>
IReadByIdsResult<T>^ ReadByIds(
	IdsQuery<T> idsQuery
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of expected result entry.
Parameters
idsQuery (IdsQuery<(Of <(T>)>))
The query to search by.
Return Value
An IReadByIdsResult<(Of <(T>)>) containing the matched results.
Exceptions
ExceptionCondition
ReadByIdsExceptionThe operation had a failure.

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