TcpKsiSigningServiceProtocolEndGetAggregatorConfig Method
|
End aggregator configuration request.
Namespace:
Guardtime.KSI.Service.Tcp
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic byte[] EndGetAggregatorConfig(
IAsyncResult ar
)
Public Function EndGetAggregatorConfig (
ar As IAsyncResult
) As Byte()
public:
virtual array<unsigned char>^ EndGetAggregatorConfig(
IAsyncResult^ ar
) sealed
abstract EndGetAggregatorConfig :
ar : IAsyncResult -> byte[]
override EndGetAggregatorConfig :
ar : IAsyncResult -> byte[]
Parameters
- ar
- Type: SystemIAsyncResult
async result
Return Value
Type:
Byteresponse bytes
Implements
IKsiSigningServiceProtocolEndGetAggregatorConfig(IAsyncResult)
See Also