PlatformAPI.IOTAConnectionCallback
Delphi
IOTAConnectionCallback = interface(IInterface)
C++
__interface INTERFACE_UUID("{7DF7A249-4C27-4147-BFC3-CA9959165043}") IOTAConnectionCallback : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Description
IOTAConnectionCallback allows you to specify when to abort or retry a connection to the Platform Assistant server.
Many functions in the PlatformAPI need to perform a connection to a running instance of the Platform Assistant server. These functions provide an optional parameter of type IOTAConnectionCallback.
You can subclass IOTAConnectionCallback
and implement its member functions Abort and Retry so that they return either True
or False
as required.