Click or drag to resize

HAKsiService Constructor

Create high availability KSI service

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 HAKsiService(
	IList<IKsiService> signingServices,
	IList<IKsiService> extendingServices,
	IKsiService publicationsFileService,
	Nullable<uint> requestTimeout = null
)

Parameters

signingServices
Type: System.Collections.GenericIListIKsiService
List of signing services. Max 3 allowed.
extendingServices
Type: System.Collections.GenericIListIKsiService
List of extending services. Max 3 allowed.
publicationsFileService
Type: Guardtime.KSI.ServiceIKsiService
Publications file service
requestTimeout (Optional)
Type: SystemNullableUInt32
request timeout in milliseconds
See Also