Click or drag to resize

ServiceInstallerExDefineRecoverAction Method

Defines a new recover action to be performed upon service failure.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void DefineRecoverAction(
	RecoverAction recoverAction,
	int delay
)
View Source

Parameters

recoverAction  RecoverAction
RecoverAction to execute upon service failure.
delay  Int32
The time to wait before performing the specified recoverAction, in milliseconds.
See Also