REST.Client.TCustomRESTRequest.ExecutionPerformance

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

Delphi

property ExecutionPerformance: TExecutionPerformance read FExecutionPerformance;

C++

__property Rest::Types::TExecutionPerformance ExecutionPerformance = {read=FExecutionPerformance};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

要求の実行パフォーマンスに関する詳細な情報が格納されています。

このプロパティを使用すると、この要求の実行に関する詳細な情報(実行時間、合計実行時間など)を取得できます。 詳細については、TExecutionPerformance のリファレンスを参照してください。


関連項目