PlatformAPI.IOTAConnectionCallback
Delphi
IOTAConnectionCallback = interface(IInterface)
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| interface | public | PlatformAPI.pas | 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.