You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="context">When this method returns <seelangword="true" />, the <seecref="T:System.Diagnostics.ActivityContext" /> object created from the parsing operation.</param>
368
+
<summary>Tries to parse the W3C trace context headers to an <seecref="T:System.Diagnostics.ActivityContext" /> object.</summary>
369
+
<returns>
370
+
<seelangword="true" /> if the parsing was successful; <seelangword="false" /> otherwise.</returns>
<summary>Gets or sets the callback that is used to decide if creating <seecref="T:System.Diagnostics.Activity" /> objects with a specific data state is allowed.</summary>
<summary>Gets or sets the callback that is used to decide if creating <seecref="T:System.Diagnostics.Activity" /> objects with a specific data state is allowed.</summary>
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/ActivitySamplingResult.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<BaseTypeName>System.Enum</BaseTypeName>
14
14
</Base>
15
15
<Docs>
16
-
<summary>To be added.</summary>
16
+
<summary>Enumeration values used by <seecref="T:System.Diagnostics.ActivityListener" /> to indicate the amount of data to collect for the related <seecref="T:System.Diagnostics.Activity" />. Requesting more data causes a greater performance overhead.</summary>
17
17
<remarks>To be added.</remarks>
18
18
</Docs>
19
19
<Members>
@@ -34,7 +34,7 @@
34
34
</ReturnValue>
35
35
<MemberValue>2</MemberValue>
36
36
<Docs>
37
-
<summary>To be added.</summary>
37
+
<summary>The activity object should be populated with all the propagation information and also all other properties such as Links, Tags, and Events. Using this value causes <seecref="P:System.Diagnostics.Activity.IsAllDataRequested" /> to return <seelangword="true" />.</summary>
38
38
</Docs>
39
39
</Member>
40
40
<MemberMemberName="AllDataAndRecorded">
@@ -54,7 +54,7 @@
54
54
</ReturnValue>
55
55
<MemberValue>3</MemberValue>
56
56
<Docs>
57
-
<summary>To be added.</summary>
57
+
<summary>The activity object should be populated the same as the <seecref="F:System.Diagnostics.ActivitySamplingResult.AllData" /> case. Additionally, Activity.Recorded is set to <seelangword="true" />. For activities using the W3C trace ids, this sets a flag bit in the ID that will be propagated downstream requesting that the trace is recorded everywhere.</summary>
58
58
</Docs>
59
59
</Member>
60
60
<MemberMemberName="None">
@@ -74,7 +74,7 @@
74
74
</ReturnValue>
75
75
<MemberValue>0</MemberValue>
76
76
<Docs>
77
-
<summary>To be added.</summary>
77
+
<summary>The activity object does not need to be created.</summary>
78
78
</Docs>
79
79
</Member>
80
80
<MemberMemberName="PropagationData">
@@ -94,7 +94,7 @@
94
94
</ReturnValue>
95
95
<MemberValue>1</MemberValue>
96
96
<Docs>
97
-
<summary>To be added.</summary>
97
+
<summary>The activity object needs to be created. It will have a Name, a Source, an Id and Baggage. Other properties are unnecessary and will be ignored by this listener.</summary>
<param name="fileName">The name of a document or application file to run in the process.</param>
5234
+
<param name="arguments">The command-line arguments to pass when starting the process.</param>
5235
+
<summary>Starts a process resource by specifying the name of an application and a set of command line arguments.</summary>
5236
+
<returns>A new <see cref="T:System.Diagnostics.Process" /> that is associated with the process resource, or <see langword="null" /> if no process resource is started.</returns>
0 commit comments