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
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Property Type Description
RefreshCurrentState void

Public Methods

Method Description
ClusterReadView ( Cluster cluster ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
RefreshCurrentState ( ) : void

INTERNAL API

Method Details

ClusterReadView() public method

public ClusterReadView ( Cluster cluster ) : System
cluster Cluster
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void