TTMSFNCCloudBase.OnRequestStarted Event
Fires when an HTTP request is dispatched and execution begins.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBase
Inherited from: TTMSFNCCustomCloudBase
Syntax
OnRequestStarted: TTMSFNCCloudBaseStartedEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The cloud base component that raised the event. |
ARequestResult |
The result object for the started request. |