Click or drag to resize

InvokeableThreadDispose(Boolean) Method

Releases unmanaged and - optionally - managed resources.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also