Setting the RapidFailProtection property to true instructs the World Wide Web Publishing Service (WWW service) to put all applications in an application pool out of service if the number of worker process crashes has reached the maximum specified by the
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property RapidFailProtection As Boolean |
C# |
---|
public bool RapidFailProtection { get; set; } |
C++ |
---|
public property bool RapidFailProtection sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_RapidFailProtection(); /** property */ public void set_RapidFailProtection(bool value); |
JScript |
---|
public function get RapidFailProtection() : bool public function set RapidFailProtection(value : bool); |
Property Value
Value indicating if rapid fail protection is enabled or disabled.
See Also
Documentation version 1.0.0.0.