REST.Types.TExecutionPerformance.PostProcessingTime

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

Delphi

PostProcessingTime: integer;

C++

int PostProcessingTime;

プロパティ

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


説明

サーバーの応答を受信した瞬間からすべての後処理が終了するまで(JSON 解析を含む)の時間です。

イベント、オブザーバ通知、完了ハンドラは考慮されません。

メモ: すべての値はミリ秒単位で表されます。

関連項目