FileSystemStream ReadAsync Method NFX Class Library

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

Overload List

  NameDescription
Public methodReadAsync( Byte , Int32, Int32)
Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Inherited from OnlineStream.)
Public methodReadAsync( Byte , Int32, Int32, CancellationToken) (Overrides StreamReadAsync( Byte , Int32, Int32, CancellationToken).)
Back to Top
See Also