C# Class 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}.
Inheritance: IDisposable
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Свойство Type Description
RefreshCurrentState void

Méthodes publiques

Méthode Description
ClusterReadView ( Cluster cluster ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
RefreshCurrentState ( ) : void

INTERNAL API

Method Details

ClusterReadView() public méthode

public ClusterReadView ( Cluster cluster ) : System
cluster Cluster
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void