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

Post() public abstract method

Posts the specified envelope to the mailbox.
public abstract Post ( IActorRef receiver, Envelope envelope ) : void
receiver IActorRef
envelope Akka.Actor.Envelope The envelope.
return void
        public abstract void Post(IActorRef receiver, Envelope envelope);