C# 클래스 Akka.Actor.AddressTerminated

INTERNAL API Used for remote death watch. Failure detectors publish this to the AddressTerminatedTopic when a remote node is detected to be unreachable and / or decided to be removed. The watcher DeathWatch subscribes to the AddressTerminatedTopic and translates this event to Terminated, which is sent to itself.
상속: IAutoReceivedMessage, IPossiblyHarmful
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
AddressTerminated ( Akka.Actor.Address address ) : Akka.Event
ToString ( ) : string

메소드 상세

AddressTerminated() 공개 메소드

public AddressTerminated ( Akka.Actor.Address address ) : Akka.Event
address Akka.Actor.Address
리턴 Akka.Event

ToString() 공개 메소드

public ToString ( ) : string
리턴 string