FileBase.OpenReadAsync Method

Definition

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.

Applies to