Open sandboxFocus

Enum LogActivityKind

Namespace: Flashtrace.Options
Assembly: Flashtrace.dll
Syntax
public enum LogActivityKind

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 Task.

TaskLauncher

Activity of creating a Task.

Transaction

A custom transaction.

Wait

Activity of waiting for a Task or another dispatcher object.