Click or drag to resize
Akka.NETClusterReadViewDispose Method (Boolean)
Releases the unmanaged resources used by the ClusterReadView and optionally releases the managed resources

Namespace: Akka.Cluster
Assembly: Akka.Cluster (in Akka.Cluster.dll) Version: 1.0.8.21 (1.0.8.21)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also