GigaSpaces XAP.NET Documentation
GetItem Method (changeOperation)
Class LibraryGigaSpaces.Core.ChangeAddToCollectionOperationGetItem(IChangeOperation)
Returns the item that was added to the collection.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Object GetItem(
	IChangeOperation changeOperation
)
Public Shared Function GetItem ( _
	changeOperation As IChangeOperation _
) As Object
public:
static Object^ GetItem(
	IChangeOperation^ changeOperation
)
public static Object GetItem(
	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: 12.2.0.0 (12.2.0.18000)