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.ActivityContextPublic Shared Function Parse (traceParent As String, traceState As String) As ActivityContextParameters
- 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.