Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The MonitoredNode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MonitoredNode |
Initializes the instance with the context for the node being monitored.
|
Methods
| Name | Description | |
|---|---|---|
| ConditionRefresh |
Resends the events for any conditions belonging to the node or its children.
| |
| CreateDataChangeItem(ISystemContext, UInt32, UInt32, NumericRange, QualifiedName, DiagnosticsMasks, TimestampsToReturn, MonitoringMode, UInt32, Double, Boolean) |
Creates a new data change monitored item.
| |
| CreateDataChangeItem(ISystemContext, UInt32, UInt32, NumericRange, QualifiedName, DiagnosticsMasks, TimestampsToReturn, MonitoringMode, UInt32, Double, UInt32, Boolean, DataChangeFilter, Range, Boolean) |
Creates a new data change monitored item.
| |
| DeleteItem |
Deletes the monitored item.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsMonitoringRequired |
Whether the node has any active monitored items for the specified attribute.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnNodeChange |
Handles change events raised by the node.
| |
| OnReportEvent |
Handles events reported by the node.
| |
| SubscribeToEvents |
Subscribes to events produced by the node.
| |
| ToString | (Inherited from Object.) | |
| UnsubscribeToEvents |
Unsubscribes to events produced by the node.
|
Properties
| Name | Description | |
|---|---|---|
| Node |
The node being monitored.
| |
| NodeManager |
The node manager that the node belongs to.
| |
| Server |
The server that the node belongs to.
|