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
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Kill ( ) : Akka.Event

Method Details

ToString() public method

public ToString ( ) : string
return string