HAAggregatorConfigRequestRunnerEndGetAggregatorConfig Method
|
Ends HA aggregator configuration request and returns consolidated successful sub-service configurations.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic AggregatorConfig EndGetAggregatorConfig(
HAAsyncResult asyncResult
)
Public Function EndGetAggregatorConfig (
asyncResult As HAAsyncResult
) As AggregatorConfig
public:
AggregatorConfig^ EndGetAggregatorConfig(
HAAsyncResult^ asyncResult
)
member EndGetAggregatorConfig :
asyncResult : HAAsyncResult -> AggregatorConfig
Parameters
- asyncResult
- Type: Guardtime.KSI.Service.HighAvailabilityHAAsyncResult
Return Value
Type:
AggregatorConfig
See Also