Click or drag to resize

HARequestRunner Class

Class that is resposible for running high availablity sub-service requests and giving a result based on the requests. In case signing request we need to wait HA service end request call (EndSign or GetSignResponsePayload) before sub-services end request calls can be made.
Inheritance Hierarchy

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 abstract class HARequestRunner

The HARequestRunner type exposes the following members.

Constructors
  NameDescription
Protected methodHARequestRunner
Create high availablity request runner instance.
Top
Properties
  NameDescription
Public propertySubServiceErrors
List of errors thrown by sub-services.
Top
Methods
  NameDescription
Public methodBeginRequest
Begin HA request.
Protected methodEndRequestT
Ends HA request and returns the first successful sub-service response.
Public methodEndRequestMulti
Ends HA request and returns responses of all successful sub-service requests.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSubServiceBeginRequest
Begin sub-service request.
Protected methodSubServiceEndRequest
End sub-service request.
Protected methodSubServiceToString
Returns a string that represents the given sub-service.
Public methodToString (Inherited from Object.)
Top
See Also