Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an asynchronous computation that will write the given bytes to the stream.
Namespace/Module Path: Microsoft.FSharp.Control.CommonExtensions
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
type System.IO.Stream with
member AsyncWrite : byte [] * ?int * ?int -> Async<unit>
// Usage:
stream.AsyncWrite (buffer)
Parameters
-
The buffer to write from.
offset
Type: intAn optional offset as the number of bytes in the stream.
count
Type: intAn optional number of bytes to write to the stream.
Exceptions
Exception |
Description |
---|---|
Thrown when offset or count is longer than the buffer length. |
Platforms
Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2
Version Information
F# Runtime
Supported in: 2.0
Silverlight
Supported in: 3