Method | Description | |
---|---|---|
DisableReconnection ( ) : void |
Disables the reconnection feature.
|
|
ObserveReconnection ( ) : void |
Reconnection can be observed via session state changes within the SessionStateChangeHandler.
|
|
SetCustomReconnectionStrategy ( ) : void |
This applies the custom reconnection strategy.
|
|
SetReconnectionTimeout ( ) : void |
Sets the reconnection timeout that represents the duration in which the client is trying to reconnect to the server. If we are not reconnected after the timeout, the client will close the session.
|
public SetCustomReconnectionStrategy ( ) : void | ||
return | void |