| 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.481-alpha
Syntax void Configure(
SanteDBConfiguration configuration,
IDictionary<string, string> settings
)
Sub Configure (
configuration As SanteDBConfiguration,
settings As IDictionary(Of String, String)
)
void Configure(
SanteDBConfiguration^ configuration,
IDictionary<String^, String^>^ settings
)
abstract Configure :
configuration : SanteDBConfiguration *
settings : IDictionary<string, string> -> unit
Parameters
- configuration
- Type: SanteDB.Core.ConfigurationSanteDBConfiguration
The configuration into which the feature should be configured - settings
- Type: System.Collections.GenericIDictionaryString, 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