PlatformAPI.IOTAConnectionCallback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

IOTAConnectionCallback = interface(IInterface)

C++

__interface  INTERFACE_UUID("{7DF7A249-4C27-4147-BFC3-CA9959165043}") IOTAConnectionCallback  : public System::IInterface

Propriétés

Type Visibilité  Source Unité  Parent
interface
class
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI


Description

IOTAConnectionCallback vous permet de spécifier quand il faut abandonner ou réessayer une connexion avec le serveur Platform Assistant.

De nombreuses fonctions de PlatformAPI doivent établir une connexion à une instance en cours d'exécution du serveur Platform Assistant. Ces fonctions fournissent un paramètre facultatif de type IOTAConnectionCallback.

Vous pouvez redéfinir IOTAConnectionCallback et implémenter ses fonctions membres Abort et Retry afin qu'elles renvoient True ou False selon le cas.

Voir aussi