maximumReconnectionAttempts

The maximum number of attempts to reconnect after a connection fails. This property informs the data source to attempt reconnection if a connection is lost. When a connection fails, the data source attempts to reconnect the specified number of times waiting DynamicEntityDataSource.reconnectionInterval between attempts.

If reconnection fails on the final attempt, DynamicEntityDataSource.connectionStatus is set to ConnectionStatus.Failed and the DynamicEntityDataSource.connectionError is set to the platform specific connection error.

The default value is 12. The first 2 connection attempts are made without waiting the specified DynamicEntityDataSource.reconnectionInterval between attempts.

Since

200.1.0