The following tables list the members exposed by RequestStatistic.
Name | Description | |
---|---|---|
![]() | RequestStatistic Constructor | Initializes a new instance of RequestStatistic class. |
Name | Description | |
---|---|---|
![]() | ExecutionTime | The time it took to execute the request, excluding the waiting time. |
![]() | StartExecutionTime | The time the request started to be processed. |
![]() | SubmittedTime | The time this request was submitted. This property can be used to calculate the waiting time by subtracting it from the StartTime. |