GigaSpaces XAP.NET Documentation
GetItems Method (changeOperation)
Class LibraryGigaSpaces.Core.ChangeAddRangeToCollectionOperationGetItems(IChangeOperation)
Returns the item that was added to the collection.
Declaration Syntax
C#Visual BasicVisual C++J#
public static IEnumerable<Object> GetItems(
	IChangeOperation changeOperation
)
Public Shared Function GetItems ( _
	changeOperation As IChangeOperation _
) As IEnumerable(Of Object)
public:
static IEnumerable<Object^>^ GetItems(
	IChangeOperation^ changeOperation
)
public static IEnumerable<Object> GetItems(
	IChangeOperation changeOperation
)
Parameters
changeOperation (IChangeOperation)
the change operation to extract data from.
Return Value
The item that was added to the collection.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)