Skip to content

Commit 3d3ec71

Browse files
tarekghgewarren
andauthored
Update xml/System.Diagnostics/Activity.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent cbe2dd1 commit 3d3ec71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/Activity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ The specified format will take precedence over `Parent.IdFormat`, the <xref:Syst
11161116
## Remarks
11171117
11181118
- 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. Calling this method after the starting of the <xref:System.Diagnostics.Activity> object will have no effect.
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.
11201120
11211121
]]></format>
11221122
</remarks>

0 commit comments

Comments
 (0)