Skip to content
Merged
Changes from 1 commit
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 too many events over a long period because the event objects are stored in the memory. Adding too many events to the same Activity object can have some impact on the app performance.
Comment thread
tarekgh marked this conversation as resolved.
Outdated
The callers need to either restrict the number of events added to the same `Activity` object or may choose other logging mechanisms e.g. Microsoft.Extensions.Logging.
Comment thread
tarekgh marked this conversation as resolved.
Outdated

]]></format>
</remarks>

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