Skip to content

Commit 78c337c

Browse files
authored
Merge pull request #125448 from akhilasuraj/patch-1
Update event-hubs-availability-and-consistency.md
2 parents 6176081 + efd58f7 commit 78c337c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-availability-and-consistency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can also use the [EventHubProducerClient.SendAsync](/dotnet/api/azure.messag
5252
```csharp
5353
var sendEventOptions = new SendEventOptions { PartitionKey = "cities" };
5454
// create the events array
55-
producer.SendAsync(events, sendOptions)
55+
producer.SendAsync(events, sendEventOptions)
5656
```
5757

5858

0 commit comments

Comments
 (0)