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.
1 parent 7b49427 commit 5c1923cCopy full SHA for 5c1923c
RabbitMQ.AMQP.Client/IPublisher.cs
@@ -27,7 +27,7 @@ public enum OutcomeState
27
Rejected,
28
Released,
29
}
30
-
+
31
/// <summary>
32
/// PublishOutcome represents the outcome of a publish operation.
33
/// It contains the state of the outcome and an error if the outcome is not successful.
RabbitMQ.AMQP.Client/Impl/AmqpPublisher.cs
@@ -99,7 +99,7 @@ await base.OpenAsync()
99
100
101
102
103
104
/// Publishes a message to the broker in an asynchronous manner.
105
/// The PublishResult is synchronous. In order to increase the performance
0 commit comments