Click or drag to resize

HAExtendRequestRunner Constructor

Create high availability extending 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 HAExtendRequestRunner(
	IList<IKsiService> subServices,
	ulong aggregationTime,
	Nullable<ulong> publicationTime,
	uint requestTimeout
)

Parameters

subServices
Type: System.Collections.GenericIListIKsiService
List of sub-services
aggregationTime
Type: SystemUInt64
aggregation time
publicationTime
Type: SystemNullableUInt64
publication time
requestTimeout
Type: SystemUInt32
request timeout in milliseconds
See Also