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