PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsLogging­ContextDispose
Open sandboxFocus

LoggingContext.Dispose Method

Dispose(Boolean)

Disposes the current object.

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

true if the Dispose() method is called explicitly, false is the object is being finalized.

Dispose()

Declaration
public void Dispose()