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

_Private_ConnectionStartOk() public method

public _Private_ConnectionStartOk ( object>.IDictionary clientProperties, string mechanism, byte response, string locale ) : void
clientProperties object>.IDictionary
mechanism string
response byte
locale string
return void
        public void _Private_ConnectionStartOk(IDictionary<string, object> clientProperties,
            string mechanism, byte[] response, string locale)
        {
            m_delegate._Private_ConnectionStartOk(clientProperties, mechanism,
                response, locale);
        }
AutorecoveringModel