Contour.Transport.RabbitMQ.Internal.RabbitBus.Start C# (CSharp) Méthode

Start() public méthode

The start.
public Start ( bool waitForReadiness = true ) : void
waitForReadiness bool The wait for readiness.
Résultat void
        public override void Start(bool waitForReadiness = true)
        {
            if (this.IsStarted || this.IsShuttingDown)
            {
                return;
            }

            this.Restart(waitForReadiness);
        }