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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)