REST.Types.TExecutionPerformance.ExecutionTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ExecutionTime: integer;

C++

int ExecutionTime;

Properties

Type Visibility Source Unit Parent
field public
REST.Types.pas
REST.Types.hpp
REST.Types TExecutionPerformance

Description

Returns the time (milliseconds) of sending the request to the server until the response is received.

ExecutionTime does not include any JSON parsing, etc.

See Also