PlatformAPI.IOTAConnectionCallback.Retry
Delphi
function Retry: Boolean;
C++
virtual bool __fastcall Retry() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTAConnectionCallback |
Description
Retry allows you to specify when to retry a connection to the Platform Assistant server.
Implement Retry so that it returns either one of the following values:
True
to retry to connect to the Platform Assistant server after a failed attempt.False
to stop trying to connect to the Platform Assistant server after a failed attempt.