K2Informatics.Erlnet.OtpActorMbox.deliver C# (CSharp) 메소드

deliver() 공개 메소드

public deliver ( OtpMsg m ) : void
m OtpMsg
리턴 void
        public override void deliver(OtpMsg m)
        {
            base.deliver(m);
            sched.notify(this);
        }