PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLog­ActivityDispose
Open sandboxFocus

LogActivity.Dispose Method

Dispose(Boolean)

Disposes the current LogActivity.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

true if the method is called because of a call to the Dispose() public method, false if it is called by the object finalizer.

Dispose()

Declaration
public void Dispose()