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 b4a8361 commit 6c2f6c8Copy full SHA for 6c2f6c8
projects/client/Unit/src/unit/APIApproval.Approve.approved.txt
@@ -788,8 +788,7 @@ namespace RabbitMQ.Client.Impl
788
{
789
public ConsumerWorkService() { }
790
public void AddWork(RabbitMQ.Client.IModel model, System.Action fn) { }
791
- public void StopWork() { }
792
- public void StopWork(RabbitMQ.Client.IModel model) { }
+ public System.Threading.Tasks.Task StopWork(RabbitMQ.Client.IModel model) { }
793
}
794
795
namespace RabbitMQ.Client.Logging
0 commit comments