| CancelableDispose Method (Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override 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