PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​TransactionsLogging­TransactionDispose
Open sandboxFocus

LoggingTransaction.Dispose Method

Dispose(Boolean)

Disposes the current LoggingTransaction. This is called after the corresponding LoggingContext has been disposed.

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

true if the Dispose() method has been called, false if the object is being finalized by the garbage collector.

Dispose()

Disposes the current LoggingTransaction. This is called after the corresponding LoggingContext has been disposed.

Declaration
public void Dispose()