IKsiServiceEndGetAggregatorConfig Method
|
End get additional aggregator configuration data (async)
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxAggregatorConfig EndGetAggregatorConfig(
IAsyncResult asyncResult
)
Function EndGetAggregatorConfig (
asyncResult As IAsyncResult
) As AggregatorConfig
AggregatorConfig^ EndGetAggregatorConfig(
IAsyncResult^ asyncResult
)
abstract EndGetAggregatorConfig :
asyncResult : IAsyncResult -> AggregatorConfig
Parameters
- asyncResult
- Type: SystemIAsyncResult
Return Value
Type:
AggregatorConfigAggregator configuration data
See Also