Click or drag to resize
Akka.NETAssociationRegistryReset Method
Clears the state of the entire registry.
Remarks
This method is not atomic and does not use a critical section when clearing transports, listeners, and logs.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Reset()
See Also