AppConfigService Constructor

Initializes a new instance of the AppConfigService class.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public AppConfigService(
	ILogger<CloudEventsService> logger,
	IAzureKeyVault keyVault
)

Parameters

logger  ILoggerCloudEventsService

[Missing <param name="logger"/> documentation for "M:MobileTrack.Web.Components.Services.AppConfigService.#ctor(Microsoft.Extensions.Logging.ILogger{MobileTrack.Web.Components.Services.CloudEventsService},MobileTrack.Common.KeyVault.IAzureKeyVault)"]

keyVault  IAzureKeyVault

[Missing <param name="keyVault"/> documentation for "M:MobileTrack.Web.Components.Services.AppConfigService.#ctor(Microsoft.Extensions.Logging.ILogger{MobileTrack.Web.Components.Services.CloudEventsService},MobileTrack.Common.KeyVault.IAzureKeyVault)"]

See Also