FileInformation.OpenSequentialReadAsync 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 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