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