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