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
<ExtensionAttribute> _
Public NotInheritable Class ChangeExtension
[ExtensionAttribute]
public ref class ChangeExtension abstract sealed
/** @attribute ExtensionAttribute */
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: 14.2.0.0 (14.2.0.20400)