HASignRequestRunner Constructor
|
Create high availability signing request runner instance.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic HASignRequestRunner(
IList<IKsiService> subServices,
DataHash hash,
uint level,
uint requestTimeout
)
Public Sub New (
subServices As IList(Of IKsiService),
hash As DataHash,
level As UInteger,
requestTimeout As UInteger
)
public:
HASignRequestRunner(
IList<IKsiService^>^ subServices,
DataHash^ hash,
unsigned int level,
unsigned int requestTimeout
)
new :
subServices : IList<IKsiService> *
hash : DataHash *
level : uint32 *
requestTimeout : uint32 -> HASignRequestRunner
Parameters
- subServices
- Type: System.Collections.GenericIListIKsiService
List of sub-services - hash
- Type: Guardtime.KSI.HashingDataHash
data hash to be signed - level
- Type: SystemUInt32
the level value of the aggregation tree node - requestTimeout
- Type: SystemUInt32
request timeout in milliseconds
See Also