Skip to content

Commit

Permalink
Merge pull request #1006 from riddletd/patch-1
Browse files Browse the repository at this point in the history
Update EventingBasicConsumer.cs
  • Loading branch information
michaelklishin authored Jan 21, 2021
2 parents e3cb8ec + 1bca82e commit 4c91582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public EventingBasicConsumer(IModel model) : base(model)
/// </remarks>
public event EventHandler<BasicDeliverEventArgs> Received;

///<summary>Fires when the server confirms successful consumer cancelation.</summary>
///<summary>Fires when the server confirms successful consumer registration.</summary>
public event EventHandler<ConsumerEventArgs> Registered;

///<summary>Fires on model (channel) shutdown, both client and server initiated.</summary>
Expand Down

0 comments on commit 4c91582

Please sign in to comment.