Initializes a new instance of the OPCConnection class with OPC COM server ProgID and host name.

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

Syntax

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

Parameters

progID
Type: System..::.String
host
Type: System..::.String

See Also