Click or drag to resize
Akka.NETClusterSingletonManagerPostStop Method
User overridable callback.

Is called asynchronously after 'actor.stop()' is invoked. Empty default implementation.

Namespace:  Akka.Cluster.Tools.Singleton
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void PostStop()
See Also