GigaSpaces XAP.NET Documentation
TakeByIds<(Of <(<'T>)>)> Method (idsQuery)
Class LibraryGigaSpaces.CoreISpaceProxyTakeByIds<(Of <<'(T>)>>)(IdsQuery<(Of <<'(T>)>>))
Take (remove) objects from the space matching the specified ids query.
Declaration Syntax
C#Visual BasicVisual C++J#
ITakeByIdsResult<T> TakeByIds<T>(
	IdsQuery<T> idsQuery
)
Function TakeByIds(Of T) ( _
	idsQuery As IdsQuery(Of T) _
) As ITakeByIdsResult(Of T)
generic<typename T>
ITakeByIdsResult<T>^ TakeByIds(
	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 ITakeByIdsResult<(Of <(<'T>)>)> containing the matched results.
Exceptions
ExceptionCondition
TakeByIdsExceptionThe operation had a failure.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 15.2.0.0 (15.2.0)