Open sandboxFocus

Method Resume

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()