TTMSMCPCloudBase.OnRequestCancelled Event
Fires when an HTTP request is cancelled before it completes.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBase
Inherited from: TTMSMCPCustomCloudBase
Syntax
OnRequestCancelled: TTMSMCPCloudBaseCancelledEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The cloud base component that raised the event. |
ARequestResult |
The result object for the cancelled request. |