StopAcquisition

<< Click to Display Table of Contents >>

 

StopAcquisition

StopAcquisition()

Stops data generation that is sent to a Database. A Storage receives notifications about which Tags were modified and, when this happens, it checks whether these records were recorded or not. When this method is used, change notifications and recording generation are stalled. Example:

Sub Storage1_OnStartRunning()
  ' Disables this Storage as soon as it starts
  StopAcquisition()
End Sub

Was this page useful?