OpcEndpointDescriptionCollection Members

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

OpcEndpointDescriptionCollection()

Initializes a new instance of the OpcEndpointDescriptionCollection class.

C#

public OpcEndpointDescriptionCollection()

OpcEndpointDescriptionCollection(IList<OpcEndpointDescription>)

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

C#

public OpcEndpointDescriptionCollection(IList<OpcEndpointDescription> list)


Parameters

list IList<OpcEndpointDescription>

The IList´1 of OpcEndpointDescription instances to wrap.


Exceptions

ArgumentNullException

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