PlatformAPI.IOTAConnectionCallback.Retry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Retry: Boolean;

Properties

Type Visibility Source Unit Parent
function public PlatformAPI.pas 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.