MaxProcesses Property

From MSBuild

The MaxProcesses property determines the maximum number of worker processes an application pool allows to service requests for an application pool. This property cannot be set to 0 because there are no unmanaged pools.


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

Syntax

Visual Basic (Declaration)
Public Property MaxProcesses As Integer
C#
public int MaxProcesses { get; set; }
C++
public property int MaxProcesses sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_MaxProcesses();

/** property */
public void set_MaxProcesses(int value);
JScript
public function get MaxProcesses() : int

public function set MaxProcesses(value : int);

Property Value

Value indicating the maximum number of worker processes allowed by the application pool.

See Also

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