ApplicationPool.WorkerProcesses Property

Definition

Gets the collection of worker processes that service the current application pool.

public:
 property Microsoft::Web::Administration::WorkerProcessCollection ^ WorkerProcesses { Microsoft::Web::Administration::WorkerProcessCollection ^ get(); };
public Microsoft.Web.Administration.WorkerProcessCollection WorkerProcesses { get; }
member this.WorkerProcesses : Microsoft.Web.Administration.WorkerProcessCollection
Public ReadOnly Property WorkerProcesses As WorkerProcessCollection

Property Value

A WorkerProcessCollection object that contains the worker processes that service the current application pool.

Remarks

Use the WorkerProcessCollection object to view information about worker processes that are running on the Web server and about requests that are running inside those worker processes.

Applies to