Skip to content

Commit 89fdf85

Browse files
Adding Return
(AzureCXP) fixes MicrosoftDocs/azure-docs#46113
1 parent 7fd3b88 commit 89fdf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-dotnet-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public static Task Run([EntityTrigger] IDurableEntityContext ctx)
359359
{
360360
ctx.SetState(...);
361361
}
362-
ctx.DispatchAsync<Counter>();
362+
return ctx.DispatchAsync<Counter>();
363363
}
364364
```
365365

0 commit comments

Comments
 (0)