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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา