Method LoadData
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
LoadData()
Loads the application settings data.
public Task LoadData()
Returns
Remarks
If LoadData
is being called in a context where blocking the UI thread is not a concern (for example,
in a background thread or during application startup), then using .GetAwaiter().GetResult()
might be acceptable.