IPWorks IoT 2020 C++ Builder Edition

Questions / Feedback?

CancelRequest Method

Cancels a pending request.

Syntax

void __fastcall CancelRequest(String RequestId);

Remarks

This method cancels the request in the PendingRequest* properties identified by RequestId.

When the component is operating in client mode, the requests in the PendingRequest* properties represent outgoing requests for which responses have not yet been received. Canceling one will cause the RequestComplete event to fire with an appropriate ErrorCode and ErrorDescription.

When the component is operating in server mode, the requests in the PendingRequest* properties represent incoming requests for which responses have not yet been sent. Canceling one will cause the ResponseComplete event to fire with an appropriate ErrorCode and ErrorDescription.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 C++ Builder Edition - Version 20.0 [Build 8265]