Sets and gets the number of data entries to buffer while the database connection is down. | |
Syntax: | double =
object.AlarmLoggingStoreForward object.AlarmLoggingStoreForward = double |
Description: | CimDatabase.AlarmLoggingStoreForward is a
double representing the number of data entries to buffer while the
connection to the CimDatabase.AlarmLoggingSource
is off line. setting this property to any value less than zero will
result in an unlimited amount of buffering (only constrained by
available disk space). Examples myDatabase.AlarmLoggingStoreForward = 0 'Specifies that there
be no buffering myDatabase.AlarmLoggingStoreForward = -1 'Specifies that
there be unlimited buffering myDatabase.AlarmLoggingStoreForward = 5000 'Specifies that up
to 5000 records be buffered |