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

DispatchAsynchronous() public method

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