Click or drag to resize

EventTimerDispose(Boolean) Method

Releases the unmanaged resources used by the DisposableLoggingClassBase object and optionally releases the managed resources.

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.259-beta+0fe9903369c94e86a118d5d1089600214b137923
Syntax
protected override void Dispose(
	bool disposing
)
View Source

Parameters

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