Interface IAsyncFile
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for asynchronous file operations.
public interface IAsyncFile
- Extension Methods
Methods
ReadAllTextAsync(string)
Reads all text from a file asynchronously.
Task<string> ReadAllTextAsync(string filePath)
Parameters
filePathstringThe path to the file.