Skip to content

Commit 8cf13e2

Browse files
authored
Merge pull request #127374 from temmyraharjo/patch-1
Fix the function name from DispatchAsync to Counter
2 parents 268cf6c + 193e1f8 commit 8cf13e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ For more information on the class-based syntax and how to use it, see [Defining
131131

132132
```csharp
133133
[Function(nameof(Counter))]
134-
public static Task DispatchAsync([EntityTrigger] TaskEntityDispatcher dispatcher)
134+
public static Task Counter([EntityTrigger] TaskEntityDispatcher dispatcher)
135135
{
136136
return dispatcher.DispatchAsync(operation =>
137137
{

0 commit comments

Comments
 (0)