LogActivity.Dispose Method (Boolean) |
Disposes the current LogActivity.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected virtual void Dispose( bool disposing )
Parameters
- disposing
- Type: System.Boolean
true if the method is called because of a call to the Dispose() public method, false if it is called by the object finalizer.