Method IncrementBy
IncrementBy(Int64)
Increment the value of Distributed Counter by the amount specified.
Declaration
long IncrementBy(long value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | The value to increment by. |
Returns
Type | Description |
---|---|
System. |
Current value of the Counter. |