|
39 | 39 | <Parameter Name="isCompleted" Type="System.Boolean" />
|
40 | 40 | </Parameters>
|
41 | 41 | <Docs>
|
42 |
| - <param name="isCanceled">To be added.</param> |
43 |
| - <param name="isCompleted">To be added.</param> |
44 |
| - <summary>Creates a new instance of <see cref="T:System.IO.Pipelines.FlushResult" /> setting <see cref="P:System.IO.Pipelines.FlushResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.FlushResult.IsCompleted" /> flags.</summary> |
| 42 | + <param name="isCanceled"><see langword="true" /> to indicate the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.FlushResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />; otherwise, <see langword="false" />.</param> |
| 43 | + <param name="isCompleted"><see langword="true" /> to indicate the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</param> |
| 44 | + <summary>Initializes a new instance of <see cref="T:System.IO.Pipelines.FlushResult" /> struct setting the <see cref="P:System.IO.Pipelines.FlushResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.FlushResult.IsCompleted" /> flags.</summary> |
45 | 45 | <remarks>To be added.</remarks>
|
46 | 46 | </Docs>
|
47 | 47 | </Member>
|
|
63 | 63 | <ReturnType>System.Boolean</ReturnType>
|
64 | 64 | </ReturnValue>
|
65 | 65 | <Docs>
|
66 |
| - <summary> |
67 |
| - <see langword="true" /> if the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled; otherwise, <see langword="false" />.</summary> |
68 |
| - <value>To be added.</value> |
| 66 | + <summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled.</summary> |
| 67 | + <value><see langword="true" /> if the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled; otherwise, <see langword="false" />.</value> |
69 | 68 | <remarks>To be added.</remarks>
|
70 | 69 | </Docs>
|
71 | 70 | </Member>
|
|
87 | 86 | <ReturnType>System.Boolean</ReturnType>
|
88 | 87 | </ReturnValue>
|
89 | 88 | <Docs>
|
90 |
| - <summary> |
91 |
| - <see langword="true" /> if the <see cref="T:System.IO.Pipelines.PipeWriter" /> is complete; otherwise, <see langword="false" />.</summary> |
92 |
| - <value>To be added.</value> |
| 89 | + <summary>Gets a value that indicates the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary> |
| 90 | + <value><see langword="true" /> if the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />; otherwise, <see langword="false" />.</value> |
93 | 91 | <remarks>To be added.</remarks>
|
94 | 92 | </Docs>
|
95 | 93 | </Member>
|
|
0 commit comments