This topic has not yet been rated - Rate this topic

WorkerProcesses Property

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

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
public WorkerProcessCollection WorkerProcesses { get; }

Property Value

Type: Microsoft.Web.Administration..::..WorkerProcessCollection
A WorkerProcessCollection object that contains the worker processes that service the current application pool.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.