GigaSpaces XAP.NET Documentation
GetNewValue Method (changeOperationResult)
Class LibraryGigaSpaces.Core.ChangeIncrementOperationGetNewValue(IChangeOperationResult)
Returns the new value of the property after the increment operation was applied.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Object GetNewValue(
	IChangeOperationResult changeOperationResult
)
Public Shared Function GetNewValue ( _
	changeOperationResult As IChangeOperationResult _
) As Object
public:
static Object^ GetNewValue(
	IChangeOperationResult^ changeOperationResult
)
public static Object GetNewValue(
	IChangeOperationResult changeOperationResult
)
Parameters
changeOperationResult (IChangeOperationResult)
Change operation result.
Return Value
The new value of the property after the increment operation was applied

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