FileSettingsStoreCreateAsync Method
Asynchronous factory method to create an ISettingsStore object from a File System configuration file.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static Task<ISettingsStore> CreateAsync(
FileInfo configFile
)
- configFile FileInfo
- Configuration file containing the settings.
TaskISettingsStoreFileSettingsStore object implementing the ISettingStore interface.