|
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.248-beta
Syntaxpublic void DefineRecoverAction(
RecoverAction recoverAction,
int delay
)
Public Sub DefineRecoverAction (
recoverAction As RecoverAction,
delay As Integer
)
public:
void DefineRecoverAction(
RecoverAction recoverAction,
int delay
)
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