Click or drag to resize
GDStorageFileOpenSequentialReadAsync Method
Opens a sequential-access stream over the current file for reading file contents.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<IInputStream> OpenSequentialReadAsync()

Return Value

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

Implements

IInputStreamReferenceOpenSequentialReadAsync
See Also