REST.Client.TRESTRequest.ExecutionPerformance

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

Delphi

property ExecutionPerformance: TExecutionPerformance read GetExecutionPerformance;

C++

__property ExecutionPerformance;

プロパティ

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

説明

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

REST.Client.TRESTRequest.ExecutionPerformance は REST.Client.TCustomRESTRequest.ExecutionPerformance を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest.ExecutionPerformance を参照しています。


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

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


関連項目