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

DispatchAsynchronous() 공개 메소드

public DispatchAsynchronous ( Command cmd ) : bool
cmd Command
리턴 bool
        public bool DispatchAsynchronous(Command cmd)
        {
            return m_delegate.DispatchAsynchronous(cmd);
        }
AutorecoveringModel