Akka.Interfaced.DeadRequestProcessingActor.PostStop C# (CSharp) Méthode

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void
        protected override void PostStop()
        {
            Context.System.EventStream.Unsubscribe(Self, typeof(DeadLetter));
        }