2 references to DelayAsync
Aspire.Hosting (2)
Health\ResourceHealthCheckService.cs (2)
138await state.DelayAsync(currentEvent: null, delay, cancellationToken).ConfigureAwait(false); 215lastDelayInterrupted = await state.DelayAsync(currentEvent, delayInterval, cancellationToken).ConfigureAwait(false);