Sets and gets the reconnect wait period for ALL alarm logging (in seconds). | |
Syntax: | long = object.AlarmLoggingWait object.AlarmLoggingWait = long |
Description: | CimDatabase.AlarmLoggingWait is a long
representing the amount of time (in seconds) before trying to
restablish a lost connection with the CimDatabase.AlarmLoggingSource Examples myDatabase.AlarmLoggingWait = 300 |