RabbitMQ.Client.Impl.AutorecoveringModel.DispatchAsynchronous C# (CSharp) Méthode

DispatchAsynchronous() public méthode

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