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