|
ServiceInstallerExDefineRecoverAction Method
|
Defines a new recover action to be performed upon service failure.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax member DefineRecoverAction :
recoverAction : RecoverAction *
delay : int -> unit
function DefineRecoverAction(recoverAction, delay);
View SourceParameters
- recoverAction RecoverAction
- RecoverAction to execute upon service failure.
- delay Int32
- The time to wait before performing the specified recoverAction, in milliseconds.
See Also