Request.ProcessId Property

Definition

Gets the system process identifier of the worker process for the current request.

public:
 property int ProcessId { int get(); };
public int ProcessId { get; }
member this.ProcessId : int
Public ReadOnly Property ProcessId As Integer

Property Value

The system process identifier of the worker process.

Applies to