Akka.Tests.Actor.ReceiveActorTests.PreStartEchoReceiveActor.PreStart C# (CSharp) Method

PreStart() protected method

protected PreStart ( ) : void
return void
            protected override void PreStart()
            {
                //Just here to make sure base.PreStart isn't called
            }
        }
ReceiveActorTests.PreStartEchoReceiveActor