Unit
ScSignalRHubConnection
Description
The TScRetryPolicy class defines the timing and number of automatic reconnect attempts of a TScHubConnection.
If you want control over the timing and number of automatic reconnect attempts, you should create an inheritor class of the TScRetryPolicy class and assign its object to the TScHubConnection.ReconnectPolicy property.
The TScRetryPolicy class has a single method named NextRetryDelay, that is called by TScHubConnection. This is abstract method and it must be overriden by an inheritor class.
See also