Click or drag to resize

RestServiceInitialConfigurationProviderProvide Method

Provide the initial configuration

Namespace: SanteDB.Client.Rest
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public virtual SanteDBConfiguration Provide(
	SanteDBHostType hostContextType,
	SanteDBConfiguration configuration
)

Parameters

hostContextType  SanteDBHostType
The type of host context which the initial configuration provider is running wihtin
configuration  SanteDBConfiguration
The configuration to be provided

Return Value

SanteDBConfiguration
The provided configuration

Implements

IInitialConfigurationProviderProvide(SanteDBHostType, SanteDBConfiguration)
See Also