API:REST.Backend.EndPoint.TBackendEndpoint.OnAfterExecute

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

Delphi

property OnAfterExecute: TCustomRESTRequestNotifyEvent read FOnAfterExecute write FOnAfterExecute;

C++

__property OnAfterExecute;

プロパティ

種類 可視性 ソース ユニット
event published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

説明

要求の完了後(つまり Execute メソッドの完了後)に発生するイベントです。

REST.Backend.EndPoint.TBackendEndpoint.OnAfterExecute は REST.Client.TCustomRESTRequest.OnAfterExecute を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest.OnAfterExecute を参照しています。


要求の完了後(つまり Execute メソッドの完了後)に発生するイベントです。

このイベントは、Execute メソッドが完了し Response が処理された後に発生します。

関連項目