| MultiNodeSpecDispose 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.129 (1.2.3.129)
Syntax protected void Dispose(
bool disposing
)
member Dispose :
disposing : bool -> unit
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