OpcMonitoredItemReadOnlyCollection Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcMonitoredItemReadOnlyCollection type exposes the following members.

OpcMonitoredItemReadOnlyCollection(IList<OpcMonitoredItem>)

Initializes a new instance of the OpcMonitoredItemReadOnlyCollection class that is a read-only wrapper around the specified list.

C#

public OpcMonitoredItemReadOnlyCollection(IList<OpcMonitoredItem> list)


Parameters

list IList<OpcMonitoredItem>

The IList´1 of OpcMonitoredItem values to wrap.


Exceptions

ArgumentNullException

The list is a null reference (Nothing in Visual Basic).