Click or drag to resize

HARequestRunner Constructor

Create high availablity 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
protected HARequestRunner(
	IList<IKsiService> subServices,
	uint requestTimeout,
	bool returnAllResponses = false
)

Parameters

subServices
Type: System.Collections.GenericIListIKsiService
List of sub-services
requestTimeout
Type: SystemUInt32
request timeout in milliseconds
returnAllResponses (Optional)
Type: SystemBoolean
If true then all sub-service requests are returned as result. If false then the first sub-service response is returned as result.
See Also