Skip to content
Prev Previous commit
typo fix
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
  • Loading branch information
yecril71pl and eerhardt authored Jan 5, 2022
commit f1900e4581c67760ca7fff213a914c368b64ea96
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public abstract class BackgroundService : IHostedService, IDisposable
/// <param name="stoppingToken">Triggered when <see cref="IHostedService.StopAsync(CancellationToken)"/> is called.</param>
/// <returns>A <see cref="Task"/> that represents the long running operations.</returns>
/// <remarks>See <see href="https://docs.microsoft.com/dotnet/core/extensions/workers">Worker Services in .NET</see> for implementation guidelines.</remarks>

protected abstract Task ExecuteAsync(CancellationToken stoppingToken);

/// <summary>
Expand Down