Method | Description | |
---|---|---|
LoadAsync ( ) : Task |
Loads the stores configuration data and returns them as serialized string.
|
|
SettingsStore ( System.Configuration.ApplicationSettingsBase settings ) : System.Configuration |
Initializes a new SettingsStore instance.
|
|
SettingsStore ( System.Configuration.ApplicationSettingsBase settings, string propertyName ) : System.Configuration |
Initializes a new SettingsStore instance.
|
|
StoreAsync ( string content ) : System.Threading.Tasks.Task |
Stores the configuration data.
|
public SettingsStore ( System.Configuration.ApplicationSettingsBase settings ) : System.Configuration | ||
settings | System.Configuration.ApplicationSettingsBase | The settings that are used to store the configuration data. |
return | System.Configuration |
public SettingsStore ( System.Configuration.ApplicationSettingsBase settings, string propertyName ) : System.Configuration | ||
settings | System.Configuration.ApplicationSettingsBase | The settings that are used to store the configuration data. |
propertyName | string | The name of the property which is used to store the settings. |
return | System.Configuration |
public StoreAsync ( string content ) : System.Threading.Tasks.Task | ||
content | string | The serializes configuration data. |
return | System.Threading.Tasks.Task |