GigaSpaces XAP.NET Documentation
ChangeExtension Class
Class LibraryGigaSpaces.Core.Change.ExtensionsChangeExtension
Extensions for the ISpaceProxy which simplify common change API usage patterns.
Declaration Syntax
C#Visual BasicVisual C++J#
public static class ChangeExtension
Public NotInheritable Class ChangeExtension
public ref class ChangeExtension abstract sealed
public final class ChangeExtension
Members
All MembersMethods



IconMemberDescription
AddAndGet<(Of <(T>)>)(ISpaceProxy, IdQuery<(Of <(T>)>), String, Int32)
Atomically adds the given value to the current value of an entry's property.

AddAndGet<(Of <(T>)>)(ISpaceProxy, IdQuery<(Of <(T>)>), String, Int32, ITransaction, ChangeModifiers, TimeSpan)
Atomically adds the given value to the current value of an entry's property.

AddAndGet<(Of <(T>)>)(ISpaceProxy, IdQuery<(Of <(T>)>), String, Int64)
Atomically adds the given value to the current value of an entry's property.

AddAndGet<(Of <(T>)>)(ISpaceProxy, IdQuery<(Of <(T>)>), String, Int64, ITransaction, ChangeModifiers, TimeSpan)
Atomically adds the given value to the current value of an entry's property.

AddAndGet<(Of <(T>)>)(ISpaceProxy, IdQuery<(Of <(T>)>), String, Double)
Atomically adds the given value to the current value of an entry's property.

AddAndGet<(Of <(T>)>)(ISpaceProxy, IdQuery<(Of <(T>)>), String, Double, ITransaction, ChangeModifiers, TimeSpan)
Atomically adds the given value to the current value of an entry's property.

Inheritance Hierarchy
Object
ChangeExtension

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)