Try Playground
Show / Hide Table of Contents

Method IncrementBy

IncrementBy(Int64)

Increment the value of distributed counter by the amount specified.

Declaration
long IncrementBy(long value)
Parameters
Type Name Description
System.Int64 value

The value to increment by.

Returns
Type Description
System.Int64

Current value of the counter.

Back to top Copyright © 2017 Alachisoft