A representation that conforms to the W3C TraceContext specification. It contains two identifiers: a TraceId and a SpanId, along with a set of common TraceFlags and system-specific TraceState values.
public value class ActivityContext : IEquatable<System::Diagnostics::ActivityContext>
public readonly struct ActivityContext : IEquatable<System.Diagnostics.ActivityContext>
type ActivityContext = struct
Public Structure ActivityContext
Implements IEquatable(Of ActivityContext)
ActivityContext contains the property IsRemote
, which is not part of W3C. IsRemote
is indicating if the context is propagated from a remote parent.
Indicates if the activity context was propagated from a remote parent.
SpanIdThe Id of the request as known by the caller.
TraceFlagsThe flags defined by the W3C standard along with the ID for the activity.
TraceIdThe trace identifier.
TraceStateHolds the W3C 'tracestate' header.
Methods OperatorsCollaborate 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. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4