ActivityContext.Parse(String, String) Method
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.
Parses a W3C trace context headers to an ActivityContext object.
public:
static System::Diagnostics::ActivityContext Parse(System::String ^ traceParent, System::String ^ traceState);
public static System.Diagnostics.ActivityContext Parse (string traceParent, string? traceState);
static member Parse : string * string -> System.Diagnostics.ActivityContext
Public Shared Function Parse (traceParent As String, traceState As String) As ActivityContext
Parameters
- traceParent
- String
The W3C trace parent header.
- traceState
- String
The trace state.
Returns
The ActivityContext object created from the parsing operation.
Exceptions
The trace parent is invalid.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.