Метод | Описание | |
---|---|---|
FromFileAsync ( string filename, |
Loads the application configuration from an XML file
|
|
FromXDocumentAsync ( System.Xml.Linq.XDocument document, |
Loads the application configuration from an XML document
|
Метод | Описание | |
---|---|---|
ApplicationConfiguration ( ) : System |
Constructor
|
protected ApplicationConfiguration ( ) : System | ||
Результат | System |
public static FromFileAsync ( string filename, |
||
filename | string | The filename |
settings | An optional settings file | |
checkForMissingSettings | bool | If set to true then any missing settings generate an exception |
applicationSecretStore | IAsyncConfiguration | Optional secret store to use in addition to the settings |
verboseLogger | Action |
Optional verbose logger |
Результат | Task |
public static FromXDocumentAsync ( System.Xml.Linq.XDocument document, |
||
document | System.Xml.Linq.XDocument | The document |
settings | An optional settings file | |
checkForMissingSettings | bool | If set to true then any missing settings generate an exception |
applicationSecretStore | IAsyncConfiguration | Optional secret store to use in addition to the settings |
verboseLogger | Action |
Optional verbose logger |
Результат | Task |