We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a235591 commit 3a9ef38Copy full SHA for 3a9ef38
src/Umbraco.Infrastructure/HostedServices/RecurringHostedServiceBase.cs
@@ -129,7 +129,7 @@ public virtual Task StopAsync(CancellationToken cancellationToken)
129
/// Executes the task.
130
/// </summary>
131
/// <param name="state">The task state.</param>
132
- public async void ExecuteAsync(object? state)
+ public virtual async void ExecuteAsync(object? state)
133
{
134
try
135
0 commit comments