Skip to content

Commit 740c30a

Browse files
authored
Update dotnet-api-guide.md
1 parent e2a2a31 commit 740c30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-libraries/dotnet-api-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ lifecycle events as C# events:
491491

492492
```csharp
493493
var consumer = new AsyncEventingBasicConsumer(channel);
494-
consumer.Received += async (ch, ea) =>
494+
consumer.ReceivedAsync += async (ch, ea) =>
495495
{
496496
var body = ea.Body.ToArray();
497497
// copy or deserialise the payload

0 commit comments

Comments
 (0)