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/ActivitySource.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@ If the Activity object is created, it will not start automatically. Callers need
384
384
<Docs>
385
385
<paramname="name">The operation name of the activity.</param>
386
386
<paramname="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>
388
388
<returns>The created activity object, if it had active listeners, or <seelangword="null" /> if it has no event listeners.</returns>
389
389
<remarks>To be added.</remarks>
390
390
</Docs>
@@ -487,7 +487,7 @@ If the Activity object is created, it will not start automatically. Callers need
487
487
<paramname="tags">The optional tags list to initialize the created activity object with.</param>
488
488
<paramname="links">The optional <seecref="T:System.Diagnostics.ActivityLink" /> list to initialize the created activity object with.</param>
489
489
<paramname="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>
491
491
<returns>The created activity object, if it had active listeners, or <seelangword="null" /> if it has no event listeners.</returns>
492
492
<remarks>To be added.</remarks>
493
493
</Docs>
@@ -538,7 +538,7 @@ If the Activity object is created, it will not start automatically. Callers need
538
538
<paramname="tags">The optional tags list to initialize the created activity object with.</param>
539
539
<paramname="links">The optional <seecref="T:System.Diagnostics.ActivityLink" /> list to initialize the created activity object with.</param>
540
540
<paramname="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>
542
542
<returns>The created activity object, if it had active listeners, or <seelangword="null" /> if it has no event listeners.</returns>
0 commit comments