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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1115,7 +1115,8 @@ The specified format will take precedence over `Parent.IdFormat`, the <xref:Syst
1115
1115
1116
1116
## Remarks
1117
1117
1118
-
This property should only be used in 'boundary' scenarios where an <xref:System.Diagnostics.Activity> from another process logically started this <xref:System.Diagnostics.Activity>. The `parentId` brings up the <xref:System.Diagnostics.Activity.Tags> (as well as the <xref:System.Diagnostics.Activity.ParentId> property) and can be used to reconstruct the causal tree.
1118
+
- This method should only be used in 'boundary' scenarios where an <xref:System.Diagnostics.Activity> from another process logically started this <xref:System.Diagnostics.Activity>. The `parentId` brings up the <xref:System.Diagnostics.Activity.Tags> (as well as the <xref:System.Diagnostics.Activity.ParentId> property) and can be used to reconstruct the causal tree.
1119
+
- This method should only be used before starting the <xref:System.Diagnostics.Activity> object. This method has no effect if you call it after the <xref:System.Diagnostics.Activity> object has started.
1119
1120
1120
1121
]]></format>
1121
1122
</remarks>
@@ -1155,7 +1156,8 @@ This property should only be used in 'boundary' scenarios where an <xref:System.
1155
1156
1156
1157
## Remarks
1157
1158
1158
-
This method has the advantage that no string manipulation is needed to set the ID.
1159
+
- This method has the advantage that no string manipulation is needed to set the ID.
1160
+
- This method should only be used before starting the <xref:System.Diagnostics.Activity> object. This method has no effect if you call it after the <xref:System.Diagnostics.Activity> object has started.
0 commit comments