| title | IHttpContext4::GetRequestElapsedTime Method |
|---|---|
| description | Learn how the IHttpContext4::GetRequestElapsedTime method retrieves the elapsed time of the request in milliseconds. |
| ms.date | 10/07/2016 |
| ms.assetid | 8020886b-c917-44b1-9cfc-c03973b3fca1 |
| ms.author | robmcm |
Retrieves the elapsed time of the request in milliseconds.
virtual ULONGLONG GetRequestElapsedTime(
VOID
) = 0;
This method accepts no parameters.
A ULONGLONG which contains the elapsed time in milliseconds since the request was initiated.
| Type | Description |
|---|---|
| Product | IIS 10.0 |
| Header | Httpserv.h |