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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

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