GigaSpaces XAP.NET Documentation
Decrement Method (path, delta)
Class LibraryGigaSpaces.CoreChangeSetDecrement(String, Int32)
Decrement a property with the given delta.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet Decrement(
	string path,
	int delta
)
Public Function Decrement ( _
	path As String, _
	delta As Integer _
) As ChangeSet
public:
ChangeSet^ Decrement(
	String^ path, 
	int delta
)
public ChangeSet Decrement(
	String path,
	int delta
)
Parameters
path (String)
The path pointing to a numeric property that needs its value decreased.
delta (Int32)
The delta to decrement by.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.ChangeSet.Decrement(System.String,System.Int32)]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)