KsiServiceGetAggregatorConfig Method
|
Get additional aggregator configuration data (sync)
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic AggregatorConfig GetAggregatorConfig()
Public Function GetAggregatorConfig As AggregatorConfig
public:
virtual AggregatorConfig^ GetAggregatorConfig() sealed
abstract GetAggregatorConfig : unit -> AggregatorConfig
override GetAggregatorConfig : unit -> AggregatorConfig
Return Value
Type:
AggregatorConfigAggregator configuration data
Implements
IKsiServiceGetAggregatorConfig
See Also