AutoShutdownAppPoolExe Property

MSBuild

The AutoShutdownAppPoolExe property specifies an executable to run when the World Wide Web Publishing Service (WWW service) shuts down an application pool for rapid fail protection. You can use the AutoShutdownAppPoolParams property to send parameters to the executable.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AutoShutdownAppPoolExe As String
C#
public string AutoShutdownAppPoolExe { get; set; }
C++
public property string AutoShutdownAppPoolExe sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_AutoShutdownAppPoolExe();

/** property */
public void set_AutoShutdownAppPoolExe(string value);
JScript
public function get AutoShutdownAppPoolExe() : String

public function set AutoShutdownAppPoolExe(value : String);

Property Value

Value indicating the application pool auto shutdown executable.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.