The RapidFailProtectionInterval property specifies the number of minutes before the failure count for a process is reset. See
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RapidFailProtectionInterval As Integer |
| C# |
|---|
| public int RapidFailProtectionInterval { get; set; } |
| C++ |
|---|
| public property int RapidFailProtectionInterval sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_RapidFailProtectionInterval(); /** property */ public void set_RapidFailProtectionInterval(int value); |
| JScript |
|---|
| public function get RapidFailProtectionInterval() : int public function set RapidFailProtectionInterval(value : int); |
Property Value
Value indicating the rapid fail protection interval.
See Also
Documentation version 1.0.0.0.