REST.Types.TExecutionPerformance.PostProcessingTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PostProcessingTime: integer;

C++

int PostProcessingTime;

Properties

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

Description

The time from the moment when the server response is received until all the post processing is done (including JSON parsing).

Events, observer notifications, or completion handlers are not taken into account.

Note: All values are expressed in milliseconds.

See Also