Skip to content

Commit

Permalink
Added missing close tab markup and surrounding tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Jan 30, 2024
1 parent 3407121 commit 557e7b9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ tasks.

It's possible to go further and limit the degree of concurrency using simple, language-specific constructs.

{{< tabs ".NET" >}}

{{% codetab %}}
<!-- .NET -->
```csharp
Expand Down Expand Up @@ -341,6 +343,10 @@ int sum = result.Sum(t => t);
await context.CallActivityAsync("PostResults, sum);
```

{{% /codetab %}}

{{< /tabs >}}

## Async HTTP APIs

Asynchronous HTTP APIs are typically implemented using the [Asynchronous Request-Reply pattern](https://learn.microsoft.com/azure/architecture/patterns/async-request-reply). Implementing this pattern traditionally involves the following:
Expand Down

0 comments on commit 557e7b9

Please sign in to comment.