OpcResultCollection Members

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

OpcResultCollection()

Initializes a new instance of the OpcResultCollection class.

C#

public OpcResultCollection()

OpcResultCollection(IList<OpcResult>)

Initializes a new instance of the OpcResultCollection class as a wrapper for the specified list.

C#

public OpcResultCollection(IList<OpcResult> list)


Parameters

list IList<OpcResult>

The IList´1 of OpcResult instances to wrap.


Exceptions

ArgumentNullException

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