8000 Merge pull request #7382 from tarekgh/ActivitySetParentRemarks · dotnet/dotnet-api-docs@aadc1be · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit aadc1be

Browse files
authored
Merge pull request #7382 from tarekgh/ActivitySetParentRemarks
2 parents 56f252c + 3d3ec71 commit aadc1be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xml/System.Diagnostics/Activity.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,8 @@ The specified format will take precedence over `Parent.IdFormat`, the <xref:Syst
11151115
11161116
## Remarks
11171117
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.
11191120
11201121
]]></format>
11211122
</remarks>
@@ -1155,7 +1156,8 @@ This property should only be used in 'boundary' scenarios where an <xref:System.
11551156
11561157
## Remarks
11571158
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.
11591161
11601162
]]></format>
11611163
</remarks>

0 commit comments

Comments
 (0)
0