PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsSuspendable­Logging­ContextResume
Open sandboxFocus

SuspendableLoggingContext.Resume Method

Resume()

Resumes the current context. Typically called when the state machine resumes execution, when the wait dependency is satisfied (in case of async methods) or when the MoveNext() method is called (in case of iterators).

Declaration
public virtual void Resume()