Click or drag to resize
Akka.NETClusterRegisterOnMemberRemoved Method
Registers the supplied callback to run once when the current cluster member is Removed. Typically used in combination with Leave(Address) and Terminate.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void RegisterOnMemberRemoved(
	Action callback
)

Parameters

callback
Type: SystemAction
The callback that is run whenever the current member achieves a status of Down
See Also