Interface IOpenSettingsService
- Namespace
- OpenSettings.Services.Interfaces
- Assembly
- OpenSettings.dll
public interface IOpenSettingsService
Methods
GetConfigsAsync(CancellationToken)
Task<GetConfigsResponse> GetConfigsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationToken
Returns
GetConfigsDataAsync(string, CancellationToken)
Task<GetConfigsDataResponse> GetConfigsDataAsync(string configName, CancellationToken cancellationToken = default)
Parameters
configName
stringcancellationToken
CancellationToken