PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics/Log­Activity/Dispose
Open sandboxFocus

Method Dispose

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()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()