Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The MonitoredNode type exposes the following members.

Constructors

  NameDescription
Public methodMonitoredNode
Initializes the instance with the context for the node being monitored.

Methods

  NameDescription
Public methodConditionRefresh
Resends the events for any conditions belonging to the node or its children.
Public methodCreateDataChangeItem(ISystemContext, UInt32, UInt32, NumericRange, QualifiedName, DiagnosticsMasks, TimestampsToReturn, MonitoringMode, UInt32, Double, Boolean)
Creates a new data change monitored item.
Public methodCreateDataChangeItem(ISystemContext, UInt32, UInt32, NumericRange, QualifiedName, DiagnosticsMasks, TimestampsToReturn, MonitoringMode, UInt32, Double, UInt32, Boolean, DataChangeFilter, Range, Boolean)
Creates a new data change monitored item.
Public methodDeleteItem
Deletes the monitored item.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMonitoringRequired
Whether the node has any active monitored items for the specified attribute.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnNodeChange
Handles change events raised by the node.
Public methodOnReportEvent
Handles events reported by the node.
Public methodSubscribeToEvents
Subscribes to events produced by the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnsubscribeToEvents
Unsubscribes to events produced by the node.

Properties

  NameDescription
Public propertyNode
The node being monitored.
Public propertyNodeManager
The node manager that the node belongs to.
Public propertyServer
The server that the node belongs to.

See Also