static public method O2GTransport.setNumberOfReconnections

Brief

Sets the number of attempts to reconnect.

Declaration
C#
static void  setNumberOfReconnections (uint Number)

Parameters
Number

The number of attempts to reconnect. To set an infinite number of attempts, use the value Constants.INFINITE.

Details

Please see article Session Statuses for details.

Declared in O2GTransport

back