The ILogActivity type exposes the following members.
Methods
| Name | Description |
---|
 | 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.
|
 | SetException | |
 | SetOutcome<TMessage> | |
 | SetResult<TResult> | |
 | SetSuccess | |
 | Suspend |
Suspends the current async activity.
The activity must than be resumed by a call of the Resume() method.
There is typically no need to invoke this method in user code because all async methods that use the Logger class are automatically instrumented.
|
See Also