Gets and sets the database reconnect wait period. | |
Syntax: | long = object.ReconnectWaitPeriod object.ReconnectWaitPeriod = long |
Description: | CimTable.ReconnectWaitPeriod specifies the
amount of time (in seconds) to elapse between reconnect attempts to
the database. If not set, the default is 30 seconds. Examples myTable.ReconnectWaitPeriod = 30 |