Akka.Dispatch.ActorTaskScheduler.ActorTaskScheduler C# (CSharp) 메소드

ActorTaskScheduler() 개인적인 메소드

private ActorTaskScheduler ( ActorCell actorCell ) : System
actorCell Akka.Actor.ActorCell
리턴 System
        internal ActorTaskScheduler(ActorCell actorCell)
        {
            _actorCell = actorCell;
        }