GigaSpaces XAP.NET Documentation
ReadByIds Method (type, ids, routingKey, tx)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyReadByIds(Type, array<Object>[]()[], Object, ITransaction)
Read objects from the space matching their IDs, the specified class and routing key.

Note, if routing key is null and the cluster is partitioned, the operation will broadcast to all of the partitions.

FIFO is not supported by this operation - the results are always ordered in correlation with the input IDs array.

Declaration Syntax
C#Visual BasicVisual C++J#
IReadByIdsResult<Object> ReadByIds(
	Type type,
	Object[] ids,
	Object routingKey,
	ITransaction tx
)
Function ReadByIds ( _
	type As Type, _
	ids As Object(), _
	routingKey As Object, _
	tx As ITransaction _
) As IReadByIdsResult(Of Object)
IReadByIdsResult<Object^>^ ReadByIds(
	Type^ type, 
	array<Object^>^ ids, 
	Object^ routingKey, 
	ITransaction^ tx
)
IReadByIdsResult<Object> ReadByIds(
	Type type,
	Object[] ids,
	Object routingKey,
	ITransaction tx
)
Parameters
type (Type)
The class.
ids (array< Object >[]()[])
The object IDs array.
routingKey (Object)
The routing key of the provided object IDs.
tx (ITransaction)
The transaction which this operation will participate in.
Return Value
An IReadByIdsResult<(Of <(T>)>) containing the matched results.
Exceptions
ExceptionCondition
ReadByIdsExceptionThe operation had a failure.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)