Skip to content

Commit c9fc6a6

Browse files
Merge pull request #244248 from vicancy/patch-8
Update tutorial-serverless-notification.md
2 parents 08949d2 + 817a6bd commit c9fc6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-web-pubsub/tutorial-serverless-notification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ In this tutorial, you learn how to:
414414
```
415415
- Add `using` statements in header to resolve required dependencies.
416416
```c#
417+
using System.Threading.Tasks;
417418
using Microsoft.Azure.WebJobs.Extensions.WebPubSub;
418419
using Microsoft.Azure.WebPubSub.Common;
419420
```

0 commit comments

Comments
 (0)