property OnConnectFail: TNotifyEvent;
Description
Occurs in a WatchDog mode if the number of attempts to restore a broken connection has exceeded the value set in WatchDogOptions.Attempts.
The occurrence of this event means that the connection to the server is broken, and the client will no longer attempt to reconnect itself.
See Also