GigaSpaces XAP.NET Documentation
Increment Method (path, delta)
Class LibraryGigaSpaces.CoreChangeSetIncrement(String, Byte)
Increment a property with the given delta.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet Increment(
	string path,
	byte delta
)
Public Function Increment ( _
	path As String, _
	delta As Byte _
) As ChangeSet
public:
ChangeSet^ Increment(
	String^ path, 
	unsigned char delta
)
public ChangeSet Increment(
	String path,
	byte delta
)
Parameters
path (String)
The path pointing to a numeric property that needs its value increased.
delta (Byte)
The delta to increment by.
Return Value

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)