PlatformAPI.IOTAConnectionCallback.Retry

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Retry: Boolean;

C++

virtual bool __fastcall Retry() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAConnectionCallback


Description

Retry vous permet de spécifier quand il faut réessayer une connexion au serveur Platform Assistant.

Implémentez Retry afin de renvoyer l'une des valeurs suivantes :

  • True pour réessayer d'établir la connexion au serveur Platform Assistant après l'échec d’une tentative.
  • False pour ne pas essayer d'établir la connexion au serveur Platform Assistant après l'échec d’une tentative.