Build 1.01.318.0

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

Stores the current set of MonitoredItems for a Node.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class MonitoredNode2
Visual Basic
Public Class MonitoredNode2
Visual C++
public ref class MonitoredNode2

Remarks

An instance of this object is created the first time a MonitoredItem is created for any attribute of a Node. The object is deleted when the last MonitoredItem is deleted.

Inheritance Hierarchy

System..::..Object
  Opc.Ua.Server..::..MonitoredNode2

See Also