Skip to content

Commit bda7966

Browse files
authored
Review summary of ActivitySource.StartActivity (#9914)
1 parent 5a7ae0a commit bda7966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Diagnostics/ActivitySource.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ If the Activity object is created, it will not start automatically. Callers need
384384
<Docs>
385385
<param name="name">The operation name of the activity.</param>
386386
<param name="kind">The activity kind.</param>
387-
<summary>Creates a new activity if there are active listeners for it, using the specified name and activity kind.</summary>
387+
<summary>Creates and starts a new activity if there are active listeners for it, using the specified name and activity kind.</summary>
388388
<returns>The created activity object, if it had active listeners, or <see langword="null" /> if it has no event listeners.</returns>
389389
<remarks>To be added.</remarks>
390390
</Docs>
@@ -487,7 +487,7 @@ If the Activity object is created, it will not start automatically. Callers need
487487
<param name="tags">The optional tags list to initialize the created activity object with.</param>
488488
<param name="links">The optional <see cref="T:System.Diagnostics.ActivityLink" /> list to initialize the created activity object with.</param>
489489
<param name="startTime">The optional start timestamp to set on the created activity object.</param>
490-
<summary>Creates a new activity if there are active listeners for it, using the specified name, activity kind, parent activity context, tags, optional activity link and optional start time.</summary>
490+
<summary>Creates and starts a new activity if there are active listeners for it, using the specified name, activity kind, parent activity context, tags, optional activity link and optional start time.</summary>
491491
<returns>The created activity object, if it had active listeners, or <see langword="null" /> if it has no event listeners.</returns>
492492
<remarks>To be added.</remarks>
493493
</Docs>
@@ -538,7 +538,7 @@ If the Activity object is created, it will not start automatically. Callers need
538538
<param name="tags">The optional tags list to initialize the created activity object with.</param>
539539
<param name="links">The optional <see cref="T:System.Diagnostics.ActivityLink" /> list to initialize the created activity object with.</param>
540540
<param name="startTime">The optional start timestamp to set on the created activity object.</param>
541-
<summary>Creates a new activity if there are active listeners for it, using the specified name, activity kind, parent Id, tags, optional activity links and optional start time.</summary>
541+
<summary>Creates and starts a new activity if there are active listeners for it, using the specified name, activity kind, parent Id, tags, optional activity links and optional start time.</summary>
542542
<returns>The created activity object, if it had active listeners, or <see langword="null" /> if it has no event listeners.</returns>
543543
<remarks>To be added.</remarks>
544544
</Docs>

0 commit comments

Comments
 (0)