PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsILog­ActivityResume
Open sandboxFocus

ILogActivity.Resume Method

Resume()

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.

Declaration
void Resume()

Resume(ref CallerInfo)

Declaration
void Resume(ref CallerInfo callerInfo)
Parameters
Type Name Description
CallerInfo callerInfo