Click or drag to resize

ActivityScopeDispose Method (Boolean)

Correct implementation of Dispose pattern.

Namespace:  Atalasoft.Shared.Diagnostics
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Whether object is currently being disposed or not.
See Also