///<summary>
/// This method is called when the <see cref="T:Microsoft.Extensions.Hosting.IHostedService" /> starts. The implementation should return a task that represents
/// the lifetime of the long running operation(s) being performed.
/// </summary>
///<param name="stoppingToken">Triggered when <see cref="M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)" /> is called.</param>
///<returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the long running operations.</returns>
///<remarks>See <see href="https://learn.microsoft.com/dotnet/core/extensions/workers">Worker Services in .NET</see> for implementation guidelines.</remarks>
override ExecuteAsync: stoppingToken: System.Threading.CancellationToken -> System.Threading.Tasks.Task
This isn't clickable or copyable.
Describe the solution you'd like
Clickable and also shows the see text instead of the URL.
This isn't clickable or copyable.
Describe the solution you'd like
Clickable and also shows the
seetext instead of the URL.