Akka.Actor.ActorCell.IActorContext C# (CSharp) Method

IActorContext() private method

private IActorContext ( string name ) : IActorRef
name string
return IActorRef
        IActorRef IActorContext.Child(string name)
        {
            IInternalActorRef child;
            return TryGetSingleChild(name, out child) ? child : ActorRefs.Nobody;
        }

Same methods

ActorCell::IActorContext ( ) : IEnumerable
ActorCell::IActorContext ( ) : void
ActorCell::IActorContext ( Receive receive, bool discardOld = true ) : void