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