type

 TScHubBeforeReconnectEvent = procedure (Sender: TObject; E: Exception) of object;

 

property BeforeReconnect: TScHubBeforeReconnectEvent;

 

Description

The BeforeReconnect event occurs immediately before a reconnect attempt is made to the SignalR server after the connection has been lost or a reconnect attempt failed.

 

Parameters:

Sender - the object that raised the event;
E - the Exception that describes the cause of the last connection loss or the reconnect attempt failure.

 

See Also

AfterReconnect

BeforeConnect

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support