Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ActivityKind Enum
Definition
- Namespace:
- System.Diagnostics
- Assembly:
- System.Diagnostics.DiagnosticSource.dll
- Package:
- System.Diagnostics.DiagnosticSource v11.0.0-preview.5.26302.115
- Source:
- ActivityKind.cs
- Source:
- ActivityKind.cs
- Source:
- ActivityKind.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the relationship between the activity, its parents and its children in a trace.
public enum class ActivityKind
public enum ActivityKind
type ActivityKind =
Public Enum ActivityKind
- Inheritance
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
Feedback
Was this page helpful?
