GigaSpaces XAP.NET Documentation
TakeByIds Method (type, ids)
Class LibraryGigaSpaces.CoreISpaceProxyTakeByIds(Type, array<Object>[]()[][])
Take (remove) objects from the space matching their IDs and the specified class.

Note, if the space is partitioned and the Class defines a specific property for its routing value (which means that the ID property is not used for routing), the operation will broadcast to all 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#
ITakeByIdsResult<Object> TakeByIds(
	Type type,
	Object[] ids
)
Function TakeByIds ( _
	type As Type, _
	ids As Object() _
) As ITakeByIdsResult(Of Object)
ITakeByIdsResult<Object^>^ TakeByIds(
	Type^ type, 
	array<Object^>^ ids
)
ITakeByIdsResult<Object> TakeByIds(
	Type type,
	Object[] ids
)
Parameters
type (Type)
The class.
ids (array<Object>[]()[][])
The object IDs array.
Return Value
An ITakeByIdsResult<(Of <(<'T>)>)> containing the matched results.
Exceptions
ExceptionCondition
TakeByIdsExceptionThe operation had a failure.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)