C# Class Akka.Actor.Kill

Sending an Kill message to an actor causes the actor to throw an ActorKilledException when it processes the message, which gets handled using the normal supervisor mechanism.

See also PoisonPill which causes the actor to stop when the PoisonPill is processed, without throwing an exception, and IActorContext.Stop which causes the actor to stop without processing any more messages.

Inheritance: IAutoReceivedMessage
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode Description
Kill ( ) : Akka.Event

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string