Click or drag to resize
Akka.NETMultiNodeSpecDispose Method (Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  Akka.Remote.TestKit
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
if set to true the method has been called directly or indirectly by a user's code. Managed and unmanaged resources will be disposed.
if set to false the method has been called by the runtime from inside the finalizer and only unmanaged resources can be disposed.
See Also