C# 클래스 Akka.Cluster.ClusterReadView

INTERNAL API Read view of the cluster's state, updated via subscription of cluster events published on the EventBus{TEvent,TClassifier,TSubscriber}.
상속: IDisposable
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RefreshCurrentState void

공개 메소드들

메소드 설명
ClusterReadView ( Cluster cluster ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
RefreshCurrentState ( ) : void

INTERNAL API

메소드 상세

ClusterReadView() 공개 메소드

public ClusterReadView ( Cluster cluster ) : System
cluster Cluster
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void