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