Class LogActivityKind
Kinds of LogActivity<TActivityDescription>.
Inheritance
Namespace: Flashtrace.Options
Assembly: Flashtrace.dll
Syntax
public sealed class LogActivityKind : Enum
Fields
Name | Description |
---|---|
Default | A general-purpose activity, as typically created by user code. |
IncomingRequest | An incoming request of the service (typically a web request). A transaction boundary. |
OutgoingRequest | An outgoing request. The property "RequestId" is expected to be defined. |
Task | Code running in a System.Threading.Tasks.Task. |
TaskLauncher | Activity of creating a System.Threading.Tasks.Task. |
Transaction | A custom transaction. |
value__ | |
Wait | Activity of waiting for a System.Threading.Tasks.Task or another dispatcher object. |