Request.TimeInModule Property

Definition

Gets the period of time that the request has been in the current module.

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

Property Value

The period of time, in milliseconds, that the request has been in the current module.

Applies to