Click or drag to resize

HAKsiServiceGetAggregatorConfig Method

Get additional aggregator configuration data (sync). Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.

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 AggregatorConfig GetAggregatorConfig()

Return Value

Type: AggregatorConfig
Aggregator configuration data

Implements

IKsiServiceGetAggregatorConfig
See Also