|
ServiceInstallerExFailResetPeriod Property
|
Sets the time after which to reset the failure count to zero if there are no failures, in seconds.
Specify
Infinite to indicate that this value should never be reset.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax public int FailResetPeriod { set; }
Public WriteOnly Property FailResetPeriod As Integer
Set
public:
property int FailResetPeriod {
void set (int value);
}
member FailResetPeriod : int with set
function set_FailResetPeriod(value);
View SourceProperty Value
Int32See Also