Table of Contents

TTMSFNCCloudBase.OnRequestComplete Event

Fires when an individual HTTP request completes, providing the response result.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudBase Inherited from: TTMSFNCCustomCloudBase

Syntax

OnRequestComplete: TTMSFNCCloudBaseCompleteEvent;

Parameters

Name Description
Sender The cloud base component that raised the event.
ARequestResult The result object for the completed request.