GetAndIncrementAsync Method GetAndIncrementAsync() Increments the current value by one, and returns the original value. Declaration Task<long> GetAndIncrementAsync() Returns Task<long> The original value.