Open sandboxFocus

Method Resume

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 FlashtraceLevelSource class are automatically instrumented.

Declaration
public void Resume()
Implements