FileInformation.OpenSequentialReadAsync Method

Definition

Opens a read-only, sequential-access stream over the StorageFile.

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 successfully, it returns a read-only, sequential-access stream (type IInputStream).

Implements

Attributes

Applies to

See also