LogActivity.Suspend Method |
Suspends the current async activity.
The activity must than be resumed by a call of the Resume() method.
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 Suspend()