FileBase.OpenReadAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a Stream to the corresponding file on the filesystem.
public:
System::Threading::Tasks::Task<System::IO::Stream ^> ^ OpenReadAsync();
public System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync();
member this.OpenReadAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function OpenReadAsync () As Task(Of Stream)
Returns
A Stream containing the file data.