Returns the delta that was incremented (negative for decrement operation).
Declaration Syntax
C# | Visual Basic | Visual 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).