Skip to content

Commit

Permalink
Remove extra documentation line for circularBuffer. (#38570)
Browse files Browse the repository at this point in the history
It is already documented in the list of parameters for `StartEventPipeSession`.
  • Loading branch information
loop-evgeny authored Dec 14, 2023
1 parent c8aaff8 commit 98d34e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/core/diagnostics/microsoft-diagnostics-netcore-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ public Task<EventPipeSession> StartEventPipeSessionAsync(EventPipeProvider provi
> [!NOTE]
> Rundown events contain payloads that may be needed for post analysis, such as resolving method names of thread samples. Unless you know you do not want this, we recommend setting `requestRundown` to true. In large applications, this may take a while.
* `circularBufferMB` : The size of the circular buffer to be used as a buffer for writing events within the runtime.

### WriteDump method

```csharp
Expand Down

0 comments on commit 98d34e9

Please sign in to comment.