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