Click or drag to resize

HAKsiServiceGetExtenderConfig Method

Get additional extender 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 ExtenderConfig GetExtenderConfig()

Return Value

Type: ExtenderConfig
Extender configuration data

Implements

IKsiServiceGetExtenderConfig
See Also