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