Table of Contents

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

Task<GetConfigsResponse>

GetConfigsDataAsync(string, CancellationToken)

Task<GetConfigsDataResponse> GetConfigsDataAsync(string configName, CancellationToken cancellationToken = default)

Parameters

configName string
cancellationToken CancellationToken

Returns

Task<GetConfigsDataResponse>