PlatformAPI.IOTAConnectionCallback
Delphi
IOTAConnectionCallback = interface(IInterface)
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| interface | public | PlatformAPI.pas | 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.