Skip to content

Commit

Permalink
Update APIApproval
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Nov 9, 2023
1 parent af347a5 commit 9ebe60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Test/Unit/APIApproval.Approve.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ namespace RabbitMQ.Client
event System.EventHandler<System.EventArgs> RecoverySucceeded;
void Close(ushort reasonCode, string reasonText, System.TimeSpan timeout, bool abort);
RabbitMQ.Client.IChannel CreateChannel();
System.Threading.Tasks.ValueTask<RabbitMQ.Client.IChannel> CreateChannelAsync();
void UpdateSecret(string newSecret, string reason);
}
public static class IConnectionExtensions
Expand Down

0 comments on commit 9ebe60b

Please sign in to comment.