QuickOPC User's Guide and Reference
ConnectivityBase Constructor(IContainer)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Connectivity Namespace > ConnectivityBase Class > ConnectivityBase Constructor : ConnectivityBase Constructor(IContainer)
The component container to which the new instance will be added.
Required for Windows.Forms Class Composition Designer support
Syntax
'Declaration
 
Public Function New( _
   ByVal container As IContainer _
)
'Usage
 
Dim container As IContainer
 
Dim instance As New ConnectivityBase(container)
public ConnectivityBase( 
   IContainer container
)
public:
ConnectivityBase( 
   IContainer^ container
)

Parameters

container
The component container to which the new instance will be added.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

ConnectivityBase Class
ConnectivityBase Members
Overload List