Akka.TestKit.Internal.InternalTestActorRef.GetTestActorCell C# (CSharp) 메소드

GetTestActorCell() 보호된 메소드

protected GetTestActorCell ( ) : TestActorCell
리턴 TestActorCell
        protected TestActorCell GetTestActorCell()
        {
            return (TestActorCell)Cell;
        }