C# 클래스 Akka.Actor.PoisonPill

Sending a PoisonPill to an will stop the actor when the message is processed. PoisonPill is enqueued as ordinary messages and will be handled after messages that were already queued in the mailbox.

See also Kill which causes the actor to throw an ActorKilledException when it processes the message, which gets handled using the normal supervisor mechanism, and IActorContext.Stop which causes the actor to stop without processing any more messages.

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

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

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

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string