FileSystemStream WriteAsync Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodWriteAsync( Byte , Int32, Int32)
Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Inherited from OnlineStream.)
Public methodWriteAsync( Byte , Int32, Int32, CancellationToken) (Overrides StreamWriteAsync( Byte , Int32, Int32, CancellationToken).)
Back to Top
See Also