GigaSpaces XAP.NET Documentation
ITakeByIdsResult<(Of <(T>)>) Interface
Class LibraryGigaSpaces.CoreITakeByIdsResult<(Of <(T>)>)
Holds enumerable results of the operation. When enumerating through the results, null values are skipped. If you want to access null values, use the property. Results are ordered based on the list of Ids provided to the method.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ITakeByIdsResult<T> : IEnumerable<T>, 
	IEnumerable
Public Interface ITakeByIdsResult(Of T) _
	Implements IEnumerable(Of T), IEnumerable
generic<typename T>
public interface class ITakeByIdsResult : IEnumerable<T>, 
	IEnumerable
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
The result class type.
Members
All MembersMethodsProperties



IconMemberDescription
GetEnumerator()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(T>)>).)
GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
ResultsArray
Gets the results array for the operation.

The array's size is the same as that of the given Ids array. Unmatched Ids will have a null value in the corresponding results array index.


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