The OrphanWorkerProcess property, when set to true, notifies the World Wide Web Publishing Service (WWW Service) not to terminate a worker process that fails to respond to pings, but to instead orphan the worker process in the application pool if the worker process suffers fatal errors.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property OrphanWorkerProcess As Boolean |
C# |
---|
public bool OrphanWorkerProcess { get; set; } |
C++ |
---|
public property bool OrphanWorkerProcess sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_OrphanWorkerProcess(); /** property */ public void set_OrphanWorkerProcess(bool value); |
JScript |
---|
public function get OrphanWorkerProcess() : bool public function set OrphanWorkerProcess(value : bool); |
Property Value
Value indicating the orphan worker process.
See Also
Documentation version 1.0.0.0.