Skip to content

Commit f3eb70d

Browse files
carlossanlopgewarren
authored andcommitted
Automatic port of CryptoStream docs (dotnet#4888)
Co-authored-by: carlossanlop <[email protected]>
1 parent 3f7feaa commit f3eb70d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Security.Cryptography/CryptoStream.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,9 @@
880880
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="net-5.0" />
881881
</Parameters>
882882
<Docs>
883-
<param name="cancellationToken">To be added.</param>
884-
<summary>To be added.</summary>
885-
<returns>To be added.</returns>
883+
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
884+
<summary>Asynchronously updates the underlying data source or repository with the current state of the buffer, then clears the buffer.</summary>
885+
<returns>A task that represents the asynchronous flush operation.</returns>
886886
<remarks>To be added.</remarks>
887887
</Docs>
888888
</Member>

0 commit comments

Comments
 (0)