Click or drag to resize

HAAggregatorConfigRequestRunnerMergeConfigs Method

Merge two configurations into one taking into account consolidation rules.

Namespace:  Guardtime.KSI.Service.HighAvailability
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static AggregatorConfig MergeConfigs(
	AggregatorConfig currentConfig,
	AggregatorConfig newConfig
)

Parameters

currentConfig
Type: Guardtime.KSI.ServiceAggregatorConfig
newConfig
Type: Guardtime.KSI.ServiceAggregatorConfig

Return Value

Type: AggregatorConfig
See Also