Akka.Cluster.Tools.Tests.Singleton.Consumer.PreStart C# (CSharp) 메소드

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void
        protected override void PreStart()
        {
            _queue.Tell(PointToPointChannel.RegisterConsumer.Instance);
        }
    }