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.IO.Pipelines/PipeOptions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
<paramname="pool">The pool of memory blocks to be used for buffer management.</param>
53
53
<paramname="readerScheduler">The <seecref="T:System.IO.Pipelines.PipeScheduler" /> to be used to execute <seecref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</param>
54
54
<paramname="writerScheduler">The <seecref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <seecref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</param>
55
-
<paramname="pauseWriterThreshold">The number of bytes in the <seecref="T:System.IO.Pipelines.Pipe" /> before <seecref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A negative value prevents <seecref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <seecref="T:System.IO.Pipelines.Pipe" /> unlimited.</param>
55
+
<paramname="pauseWriterThreshold">The number of bytes in the <seecref="T:System.IO.Pipelines.Pipe" /> before <seecref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A value of zero prevents <seecref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <seecref="T:System.IO.Pipelines.Pipe" /> unlimited.</param>
56
56
<paramname="resumeWriterThreshold">The number of bytes in the <seecref="T:System.IO.Pipelines.Pipe" /> when <seecref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</param>
57
57
<paramname="minimumSegmentSize">The minimum size of the segment requested from <paramrefname="pool" />.</param>
0 commit comments