We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet format
1 parent 20e965f commit cd18802Copy full SHA for cd18802
projects/RabbitMQ.Client/client/events/AsyncEventArgs.cs
@@ -55,7 +55,7 @@ public AsyncEventArgs(CancellationToken cancellationToken = default)
55
{
56
CancellationToken = cancellationToken;
57
}
58
-
+
59
/// <summary>
60
/// Gets a cancellation token related to the original operation that
61
/// raised the event. It's important for your handler to pass this
0 commit comments