Universal Windows Service Class Library

FailureAction Constructor (RecoverAction, Int32)

Constructor of the failure action class using type and delay to configure.

public FailureAction(
   RecoverAction actionType,
   int actionDelay
);

Parameters

actionType
The type of failure action.
actionDelay
Delay in seconds until failure action will occure.

Remarks

This constructor configures the class during load with needed type of recover action and action delay in seconds.

See Also

FailureAction Class | uws.Install Namespace | FailureAction Constructor Overload List