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
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/Activity.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1878,7 +1878,7 @@ Calling the `Start` method does the following:
1878
1878
- Sets <xref:System.Diagnostics.Activity.Parent> to hold <xref:System.Diagnostics.Activity.Current>.
1879
1879
- Sets <xref:System.Diagnostics.Activity.Current> to this <xref:System.Diagnostics.Activity>.
1880
1880
- If <xref:System.Diagnostics.Activity.StartTimeUtc> was not set previously, sets it to <xref:System.DateTime.UtcNow?displayProperty=nameWithType>.
1881
-
- Generates a unique <xref:System.Diagnostics.Activity.Id> for this activity.</item>
1881
+
- Generates a unique <xref:System.Diagnostics.Activity.Id> for this activity.
1882
1882
1883
1883
Use <xref:System.Diagnostics.DiagnosticSource.StartActivity%2A?displayProperty=nameWithType> to start the <xref:System.Diagnostics.Activity> and write the start event.
0 commit comments