C# 클래스 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.

상속: IAutoReceivedMessage
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
Kill ( ) : Akka.Event

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string