SpanContext constructor
SpanContext(
- TraceId _traceId,
- SpanId _spanId,
- int _traceFlags,
- TraceState _traceState,
Construct a SpanContext.
Implementation
SpanContext(this._traceId, this._spanId, this._traceFlags, this._traceState)
: _isRemote = false;