Akka.TestKit.Internal.InternalTestActorRef.GetTestActorCell C# (CSharp) Méthode

GetTestActorCell() protected méthode

protected GetTestActorCell ( ) : TestActorCell
Résultat TestActorCell
        protected TestActorCell GetTestActorCell()
        {
            return (TestActorCell)Cell;
        }