Click or drag to resize

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)
Syntax
public HASignRequestRunner(
	IList<IKsiService> subServices,
	DataHash hash,
	uint level,
	uint requestTimeout
)

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