Akka.Dispatch.ActorTaskScheduler.ActorTaskScheduler C# (CSharp) Method

ActorTaskScheduler() private method

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