Click or drag to resize

IDockerFeatureConfigure Method

Configure the feature for execution in Docker

Namespace: SanteDB.Docker.Core
Assembly: SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
Syntax
void Configure(
	SanteDBConfiguration configuration,
	IDictionary<string, string> settings
)

Parameters

configuration  SanteDBConfiguration
The configuration into which the feature should be configured
settings  IDictionaryString, String
Settings which were parsed from the environment in SDB_{this.Id}_{Key}={Value}
Remarks
Allows the feature to be configured against the provided configuration
See Also