LogActivity.Resume Method |
Resumes the current async activity after it has been suspended by a call to Suspend(). There is typically no need
to invoke this method in user code because all async methods that use the Logger class are automatically instrumented.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public void Resume()