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 Logger class are automatically instrumented.
Declaration
public void Resume()
Implements
Resume(ref CallerInfo)
Declaration
public void Resume(ref CallerInfo callerInfo)
Parameters
Type | Name | Description |
---|---|---|
CallerInfo | callerInfo |