EventTimerDispose(Boolean) Method
Releases the resources used by the event timer and stops it.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) override
function Dispose(disposing);
Parameters
- disposing Boolean
-
A Boolean value that determines whether the method was called from the
Dispose(Boolean) method rather than from the finalizer.