GigaSpaces XAP.NET Documentation
IncrementOperation Class
Class LibraryGigaSpaces.Core.ChangeIncrementOperation
Represents a change operation which correlate with a Increment(String, Int32) or Decrement(String, Int32) invocation.
Declaration Syntax
C#Visual BasicVisual C++J#
public static class IncrementOperation
Public NotInheritable Class IncrementOperation
public ref class IncrementOperation abstract sealed
public final class IncrementOperation
Members
All MembersMethodsFields



IconMemberDescription
GetDelta(IChangeOperation)
Returns the delta that was incremented (negative for decrement operation).

GetNewValue(IChangeOperationResult)
Returns the new value of the property after the increment operation was applied.

GetPath(IChangeOperation)
Returns the path the operation changed.

Name
The name of the operation.

Represents(IChangeOperation)
Returns whether this operation type represents the given change operation.

Inheritance Hierarchy
Object
IncrementOperation

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)