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