Edit

Share via


ActivityKind Enum

Definition

Describes the relationship between the activity, its parents and its children in a trace.

public enum ActivityKind
Inheritance
ActivityKind

Fields

Name Value Description
Internal 0

Internal operation within an application, as opposed to operations with remote parents or children. This is the default value.

Server 1

Requests incoming from external component.

Client 2

Outgoing request to the external component.

Producer 3

Output provided to external components.

Consumer 4

Output received from an external component.

Applies to

Product Versions
.NET 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)