Akka.Dispatch.Mailbox.Setup C# (CSharp) 메소드

Setup() 공개 메소드

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