Request.TimeInState Property

Definition

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

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

Property Value

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

Applies to