StorageFile.OpenSequentialReadAsync Method

Definition

Opens a sequential-access stream over the current file for reading file contents.

public:
 virtual IAsyncOperation<IInputStream ^> ^ OpenSequentialReadAsync() = OpenSequentialReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInputStream> OpenSequentialReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IInputStream> OpenSequentialReadAsync();
function openSequentialReadAsync()
Public Function OpenSequentialReadAsync () As IAsyncOperation(Of IInputStream)

Returns

When this method completes, it returns the sequential-access stream (type IInputStream).

Implements

Attributes

Applies to

See also