C# 클래스 Akka.Remote.EndpointManager.EndpointPolicy

파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsTombstone bool

보호된 메소드들

메소드 설명
EndpointPolicy ( bool isTombstone ) : System

메소드 상세

EndpointPolicy() 보호된 메소드

protected EndpointPolicy ( bool isTombstone ) : System
isTombstone bool
리턴 System

프로퍼티 상세

IsTombstone 공개적으로 프로퍼티

Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
public bool IsTombstone
리턴 bool