ServerManager.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 a collection of worker processes on the current server.
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 represents all worker processes on the current server.