Click or drag to resize

RedisCachingDockerFeatureConfigure Method

Configure the feature for execution in Docker

Namespace: SanteDB.Caching.Redis.Docker
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public 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}

Implements

IDockerFeatureConfigure(SanteDBConfiguration, IDictionaryString, String)
Remarks
Allows the feature to be configured against the provided configuration
See Also