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)
Syntaxpublic static AggregatorConfig MergeConfigs(
AggregatorConfig currentConfig,
AggregatorConfig newConfig
)
Public Shared Function MergeConfigs (
currentConfig As AggregatorConfig,
newConfig As AggregatorConfig
) As AggregatorConfig
public:
static AggregatorConfig^ MergeConfigs(
AggregatorConfig^ currentConfig,
AggregatorConfig^ newConfig
)
static member MergeConfigs :
currentConfig : AggregatorConfig *
newConfig : AggregatorConfig -> AggregatorConfig
Parameters
- currentConfig
- Type: Guardtime.KSI.ServiceAggregatorConfig
- newConfig
- Type: Guardtime.KSI.ServiceAggregatorConfig
Return Value
Type:
AggregatorConfig
See Also