Setting MonitoringMode, for MonitoredItem object, to MonitoringMode.Disable is not stopping receiving data from server #2836
Unanswered
shiladityak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to stop receiving data by setting MonitoringMode to Disable for one MonitoredItem object. Consider the following piece of code,
Now, I would like to stop receiving data from server for NodeItem1 monitored item. For this, using the following code snippet,
This is actually, setting MonitoringMode property MonitoringMode.Disabled, but still we are receiving data from server.
How to achieve this requirement?
Beta Was this translation helpful? Give feedback.
All reactions