Request.TimeElapsed Property

Definition

Gets the period of time that elapsed during the request.

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

Property Value

The period of time, in milliseconds, that elapsed during the request

Applies to