Akka.Dispatch.Mailbox.Setup C# (CSharp) Méthode

Setup() public méthode

Attaches a MessageDispatcher to the Mailbox.
public Setup ( MessageDispatcher dispatcher ) : void
dispatcher MessageDispatcher The dispatcher.
Résultat void
        public void Setup(MessageDispatcher dispatcher)
        {
            this.dispatcher = dispatcher;
        }