Opens a read stream for the specified IFileHandle.
public abstract Task<Stream> CreateReadStreamAsync(IFileHandle handle)
- Returns:
- Task<Stream>
Parameters
handle
IFileHandle
The IFileHandle to open a read stream for.