Skip to content

Commit 69a253e

Browse files
stephentoubRon Petrusha
authored andcommitted
Remove OS buffer remark from FileStream.FlushAsync (#2532)
Per dotnet/coreclr#24902.
1 parent 0554738 commit 69a253e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xml/System.IO/FileStream.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,8 +2474,6 @@ Closes the current stream and releases any resources (such as sockets and file h
24742474
<format type="text/markdown"><![CDATA[
24752475
24762476
## Remarks
2477-
When you call the <xref:System.IO.FileStream.FlushAsync%2A> method, the operating system I/O buffer is also flushed.
2478-
24792477
If the operation is canceled before it completes, the returned task contains the <xref:System.Threading.Tasks.TaskStatus.Canceled> value for the <xref:System.Threading.Tasks.Task.Status%2A> property. If the handle to the file is disposed, the returned task contains the <xref:System.ObjectDisposedException> exception in the <xref:System.Threading.Tasks.Task.Exception%2A> property.
24802478
24812479
]]></format>
@@ -3923,4 +3921,4 @@ If the absolute path is not known, this property returns a string similar to "[U
39233921
</Docs>
39243922
</Member>
39253923
</Members>
3926-
</Type>
3924+
</Type>

0 commit comments

Comments
 (0)