Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion xml/System.Diagnostics/Activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,17 @@ This key/value pair is included in the collection returned by the <xref:System.D
<summary>Adds the specified activity event to the events list.</summary>
<returns>
<see langword="this" /> for convenient chaining.</returns>
<remarks>To be added.</remarks>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

`AddEvent` is not intended for adding many events over a long period of time, because the event objects are stored in memory. Adding too many events to the same `Activity` object can impact app performance.
Callers should either restrict the number of events added to the same `Activity` object or choose another logging mechanism, for example, <xref:Microsoft.Extensions.Logging?displayProperty=fullName>.

]]></format>
</remarks>

</Docs>
</Member>
<Member MemberName="AddTag">
Expand Down