Class 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 Stop(IActorRef) which causes the actor to stop without processing any more messages.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class Kill : IAutoReceivedMessage
Properties
| Improve this Doc View SourceInstance
The singleton instance of Kill.
Declaration
public static Kill Instance { get; }
Property Value
Type | Description |
---|---|
Kill |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |