Skip to content

Commit 3a9ef38

Browse files
PeterKvaytKvyatkovsky, Petr
andauthored
Making method ExecuteAsync virtual. (#16496)
Co-authored-by: Kvyatkovsky, Petr <[email protected]>
1 parent a235591 commit 3a9ef38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Infrastructure/HostedServices/RecurringHostedServiceBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public virtual Task StopAsync(CancellationToken cancellationToken)
129129
/// Executes the task.
130130
/// </summary>
131131
/// <param name="state">The task state.</param>
132-
public async void ExecuteAsync(object? state)
132+
public virtual async void ExecuteAsync(object? state)
133133
{
134134
try
135135
{

0 commit comments

Comments
 (0)