Table of Contents

TTMSFNCCloudCloudKitQueryEvent Event Type

Signature of the event raised when a page of query results has been received.

API unit family: TMSFNCCloudCloudKit

Remarks

This event can fire multiple times for a single query when the results span several pages. Use the query-complete event to detect when all pages have been retrieved.

Parameters

Name Description
Sender Object that raised the event.
ARequestResult Result of the underlying request, including success state and response data.