RabbitMQ.Client.Impl.AutorecoveringModel._Private_ConnectionStartOk C# (CSharp) 메소드

_Private_ConnectionStartOk() 공개 메소드

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