Method Open
Open()
Opens an asynchronous read-only file stream using the recommended sharing options for repository files (Read | Delete).
Declaration
public FileStream Open()
Returns
| Type | Description |
|---|---|
| FileStream | A new FileStream opened for reading. |
Remarks
This is the recommended way to read a repository file. The returned stream allows other readers to access the file concurrently and allows the repository to delete the file while it is still open.