Akka.Interfaced.TestKit.Tests.TestActorBoundChannelTest.InitializeActorBoundChannel C# (CSharp) Method

InitializeActorBoundChannel() private method

private InitializeActorBoundChannel ( ) : void
return void
        private void InitializeActorBoundChannel()
        {
            var a = ActorOfAsTestActorRef<TestActorBoundChannel>(
                Props.Create(() => new TestActorBoundChannel(CreateInitialActor)));

            _actorBoundChannelRef = a;
            _actorBoundChannel = a.UnderlyingActor;
        }