Akka.Tests.Actor.RootGuardianActorRef_Tests.DummyActorRef.DummyActorRef C# (CSharp) 메소드

DummyActorRef() 공개 메소드

public DummyActorRef ( ActorPath path ) : System.Collections.Generic
path ActorPath
리턴 System.Collections.Generic
            public DummyActorRef(ActorPath path)
            {
                _path = path;
            }
RootGuardianActorRef_Tests.DummyActorRef