Value returned by the Activity(string) method that should be disposed to mark the end of the activity and decrease the indentation level.
Implements
Namespace: PostSharp.Extensibility.BuildTimeLogging
Assembly: PostSharp.dll
Syntax
public struct BuildTimeLogActivity : IDisposable
Remarks
Only the value returned by Activity(string) method results in the indentation level to be decreased upon when the Dispose() method is invoked. Calling the Dispose() method on the default instance has no effect.
Methods
Name | Description |
---|---|
Dispose() | When the current BuildTimeLogActivity has been returned by the Activity(string) method, decreases the indentation level. |