Request.TimeInModule 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 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.