REST.Types.TExecutionPerformance.ExecutionTime

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

ExecutionTime: integer;

C++

int ExecutionTime;

プロパティ

種類 可視性 ソース ユニット
field public
REST.Types.pas
REST.Types.hpp
REST.Types TExecutionPerformance


説明

要求をサーバーに送信してから応答を受信するまでの時間(ミリ秒)を返します。

ExecutionTime には JSON 解析などは含まれません。

関連項目