Skip to content

Commit d28efd3

Browse files
authored
Update durable-functions-http-features.md
1 parent cc18009 commit d28efd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-http-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ The "call HTTP" API can automatically implement the client side of the polling c
357357
# [C# (InProc)](#tab/csharp-inproc)
358358

359359
```csharp
360-
[FunctionName(nameof(CheckSiteAvailable))]
360+
[FunctionName(nameof(CheckSiteAvailableWithPolling))]
361361
public static async Task CheckSiteAvailableWithPolling(
362362
[OrchestrationTrigger] IDurableOrchestrationContext context)
363363
{

0 commit comments

Comments
 (0)