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 d4429c4 commit d5e1802Copy full SHA for d5e1802
projects/client/RabbitMQ.Client/src/client/api/DefaultBasicConsumer.cs
@@ -58,10 +58,10 @@ namespace RabbitMQ.Client
58
///</remarks>
59
public class DefaultBasicConsumer : IBasicConsumer
60
{
61
- private IModel m_model = null;
62
- private string m_consumerTag = null;
63
- private bool m_running = false;
64
- private ShutdownEventArgs m_shutdownReason = null;
+ protected IModel m_model = null;
+ protected string m_consumerTag = null;
+ protected bool m_running = false;
+ protected ShutdownEventArgs m_shutdownReason = null;
65
public readonly object m_eventLock = new object();
66
public ConsumerCancelledEventHandler m_consumerCancelled;
67
0 commit comments