TTMSMCPCloudBase.OnRequestComplete Event
Fires when an individual HTTP request completes, providing the response result.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBase
Inherited from: TTMSMCPCustomCloudBase
Syntax
OnRequestComplete: TTMSMCPCloudBaseCompleteEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The cloud base component that raised the event. |
ARequestResult |
The result object for the completed request. |