ActivityContext Constructor
Definition
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.
Construct a new activity context instance using the specified arguments.
public ActivityContext (System.Diagnostics.ActivityTraceId traceId, System.Diagnostics.ActivitySpanId spanId, System.Diagnostics.ActivityTraceFlags traceFlags, string? traceState = default, bool isRemote = false);
new System.Diagnostics.ActivityContext : System.Diagnostics.ActivityTraceId * System.Diagnostics.ActivitySpanId * System.Diagnostics.ActivityTraceFlags * string * bool -> System.Diagnostics.ActivityContext
Public Sub New (traceId As ActivityTraceId, spanId As ActivitySpanId, traceFlags As ActivityTraceFlags, Optional traceState As String = Nothing, Optional isRemote As Boolean = false)
Parameters
- traceId
- ActivityTraceId
A trace identifier.
- spanId
- ActivitySpanId
A span identifier.
- traceFlags
- ActivityTraceFlags
Contain details about the trace.
- traceState
- String
Carries system-specific configuration data.
- isRemote
- Boolean
Indicates if the context is propagated from a remote parent.
Remarks
isRemote
is not a part of W3C specification. It is needed for the OpenTelemetry scenarios.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.