Initializes a new instance of the OPCConnection class with specified OPC COM server ProgID.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public OPCConnection(
	string progID
)
Visual Basic (Declaration)
Public Sub New ( _
	progID As String _
)
Visual C++
public:
OPCConnection(
	String^ progID
)

Parameters

progID
Type: System..::.String

See Also