AndroidFilesystemProvider.OpenFileForReadAsync(string, IScheduler) method¶
Defined in
Type: AndroidFilesystemProvider
Namespace: Akavache
Assembly: Akavache.Core.dll
Applies to
net9.0-android35.0, net8.0-android34.0
public IObservable<Stream> OpenFileForReadAsync(string path, IScheduler scheduler)
Inherited documentation
These docs were inherited from IFilesystemProvider. The member doesn't override them on this type.
Summary: Open a file on a background thread, with the File object in 'async mode'. It is critical that this operation is deferred and returns immediately (i.e. wrapped in an Observable.Start).
Parameters
| Name | Type | Description |
|---|---|---|
path | string | The path to the file. |
scheduler | [IScheduler](# | The scheduler to schedule the open under. |
Returns: IObservable