GigaSpaces XAP.NET Documentation
GetValue Method (changeOperation)
Class LibraryGigaSpaces.Core.ChangeSetOperationGetValue(IChangeOperation)
Returns the value that was set.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Object GetValue(
	IChangeOperation changeOperation
)
Public Shared Function GetValue ( _
	changeOperation As IChangeOperation _
) As Object
public:
static Object^ GetValue(
	IChangeOperation^ changeOperation
)
public static Object GetValue(
	IChangeOperation changeOperation
)
Parameters
changeOperation (IChangeOperation)
the change operation to extract data from.
Return Value
The value that was set.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)