GetAndAddAsync Method
GetAndAddAsync(long)
Adds the specified value to the current value, and returns the original value.
Declaration
Task<long> GetAndAddAsync(long value)
Parameters
long | value | The value to add. |
Returns
Task<long> | The original value. |