HAKsiServiceEndGetAggregatorConfig Method
|
End get additional aggregator configuration data (async)
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(
IAsyncResult asyncResult
)
Public Function EndGetAggregatorConfig (
asyncResult As IAsyncResult
) As AggregatorConfig
public:
virtual AggregatorConfig^ EndGetAggregatorConfig(
IAsyncResult^ asyncResult
) sealed
abstract EndGetAggregatorConfig :
asyncResult : IAsyncResult -> AggregatorConfig
override EndGetAggregatorConfig :
asyncResult : IAsyncResult -> AggregatorConfig
Parameters
- asyncResult
- Type: SystemIAsyncResult
Return Value
Type:
AggregatorConfigAggregator configuration data
Implements
IKsiServiceEndGetAggregatorConfig(IAsyncResult)
See Also