QuickOPC User's Guide and Reference
CompositeConnectivity Class
Members 



View with Navigation Tools
OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Connectivity Namespace : CompositeConnectivity Class
Provides connectivity composed of other (constituent) connectivities.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ProvidePropertyAttribute("IsIncluded", OpcLabs.BaseLib.Connectivity.IConnectivity)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DesignerCategoryAttribute("Component")>
<SerializableAttribute()>
Public Class CompositeConnectivity 
   Inherits ConnectivityBase
   Implements OpcLabs.BaseLib.Collections.Generic.INonNullEnumerable(Of IConnectivity), IConnectivity, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.Collections.Generic.IEnumerable(Of IConnectivity), System.Collections.Generic.IEnumerable(Of T), System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
 
'Usage
 
Dim instance As CompositeConnectivity
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         OpcLabs.BaseLib.Widgets.Widget
               OpcLabs.BaseLib.Connectivity.CompositeConnectivity

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also