|
137 | 137 | <param name="name">The operation name of the Activity</param>
|
138 | 138 | <param name="kind">The <see cref="T:System.Diagnostics.ActivityKind" /></param>
|
139 | 139 | <summary>Creates a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity, returns <see langword="null" /> otherwise.</summary>
|
140 |
| - <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any event listener.</returns> |
| 140 | + <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns> |
141 | 141 | <remarks>
|
142 | 142 | <format type="text/markdown"><![CDATA[
|
143 | 143 |
|
@@ -196,7 +196,7 @@ If the Activity object is created, it will not start automatically. Callers need
|
196 | 196 | <param name="idFormat">The default Id format to use.</param>
|
197 | 197 | <summary>Creates a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity, returns <see langword="null" /> otherwise.
|
198 | 198 | If the Activity object is created, it will not automatically start. Callers will need to call <see cref="M:System.Diagnostics.Activity.Start" /> to start it.</summary>
|
199 |
| - <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any listener.</returns> |
| 199 | + <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns> |
200 | 200 | <remarks>
|
201 | 201 | <format type="text/markdown"><![CDATA[
|
202 | 202 |
|
@@ -255,7 +255,7 @@ If the Activity object is created, it will not start automatically. Callers need
|
255 | 255 | <param name="links">The optional <see cref="T:System.Diagnostics.ActivityLink" /> list to initialize the created Activity object with.</param>
|
256 | 256 | <param name="idFormat">The default Id format to use.</param>
|
257 | 257 | <summary>Creates a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity, returns <see langword="null" /> otherwise.</summary>
|
258 |
| - <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any listener.</returns> |
| 258 | + <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns> |
259 | 259 | <remarks>
|
260 | 260 | <format type="text/markdown"><![CDATA[
|
261 | 261 |
|
@@ -448,7 +448,7 @@ If the Activity object is created, it will not start automatically. Callers need
|
448 | 448 | <param name="startTime">The optional start timestamp to set on the created Activity object.</param>
|
449 | 449 | <param name="name">The operation name of the Activity.</param>
|
450 | 450 | <summary>Creates and starts a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity events, returns <see langword="null" /> otherwise.</summary>
|
451 |
| - <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any listener.</returns> |
| 451 | + <returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns> |
452 | 452 | <remarks>To be added.</remarks>
|
453 | 453 | </Docs>
|
454 | 454 | </Member>
|
|
0 commit comments