RabbitMQ.Client.Impl.AutorecoveringModel._Private_ChannelFlowOk C# (CSharp) Method

_Private_ChannelFlowOk() public method

public _Private_ChannelFlowOk ( bool active ) : void
active bool
return void
        public void _Private_ChannelFlowOk(bool active)
        {
            m_delegate._Private_ChannelFlowOk(active);
        }
AutorecoveringModel