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