Метод | Описание | |
---|---|---|
FileStore ( string fileName ) : System.IO |
Initializes a new FileStore instance.
|
|
LoadAsync ( ) : Task |
Loads the stores configuration data and returns them as serialized string.
|
|
StoreAsync ( string content ) : System.Threading.Tasks.Task |
Stores the configuration data.
|
public FileStore ( string fileName ) : System.IO | ||
fileName | string | The name of the file where the configuration data is stored. |
Результат | System.IO |
public StoreAsync ( string content ) : System.Threading.Tasks.Task | ||
content | string | The serializes configuration data. |
Результат | System.Threading.Tasks.Task |