HASignRequestRunnerEndSign Method
|
Ends HA signing request and returns the first successful sub-service signing response.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IKsiSignature EndSign(
HAAsyncResult haAsyncResult
)
Public Function EndSign (
haAsyncResult As HAAsyncResult
) As IKsiSignature
public:
IKsiSignature^ EndSign(
HAAsyncResult^ haAsyncResult
)
member EndSign :
haAsyncResult : HAAsyncResult -> IKsiSignature
Parameters
- haAsyncResult
- Type: Guardtime.KSI.Service.HighAvailabilityHAAsyncResult
HA async result
Return Value
Type:
IKsiSignature
See Also