ApplicationPool.WorkerProcesses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.