◆ DeleteAsync()
async Task Dacris.Maestro.Storage.LocalFileProvider.DeleteAsync |
( |
FileLocation | file | ) |
|
|
inline |
◆ ExistsAsync()
Task< bool > Dacris.Maestro.Storage.LocalFileProvider.ExistsAsync |
( |
FileLocation | file | ) |
|
|
inline |
◆ ListAsync()
Task< IEnumerable< string > > Dacris.Maestro.Storage.LocalFileProvider.ListAsync |
( |
FileLocation | dir, |
|
|
string | pattern ) |
|
inline |
◆ ReadAsync()
Task< Stream > Dacris.Maestro.Storage.LocalFileProvider.ReadAsync |
( |
FileLocation | source | ) |
|
|
inline |
◆ WriteAsync()
async Task Dacris.Maestro.Storage.LocalFileProvider.WriteAsync |
( |
Stream | source, |
|
|
FileLocation | destination ) |
|
inline |
The documentation for this class was generated from the following file:
- Storage/LocalFileProvider.cs