EventTimerDispose(Boolean) Method

Releases the resources used by the event timer and stops it.

Definition

Namespace: SnapDB.Threading
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
A Boolean value that determines whether the method was called from the Dispose(Boolean) method rather than from the finalizer.

See Also