Akka.Dispatch.ActorTaskScheduler.ActorTaskScheduler C# (CSharp) Méthode

ActorTaskScheduler() private méthode

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