Akka.Dispatch.Mailbox.Setup C# (CSharp) Method

Setup() public method

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