QuickOPC User's Guide and Reference
UAPubSubConnectionDataCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UAPubSubConnectionDataCollection Class
A collection of OPC-UA PubSub connections.
Object Model
UAPubSubConnectionDataCollection ClassUAPubSubConnectionData Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("03FCE393-BE17-49F7-8281-3767085C0E33")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UAPubSubConnectionDataCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection(Of String,UAPubSubConnectionData)
   Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection, System.Collections.Generic.ICollection(Of UAPubSubConnectionData), System.Collections.Generic.IEnumerable(Of UAPubSubConnectionData), System.Collections.Generic.IList(Of UAPubSubConnectionData), System.Collections.Generic.IReadOnlyCollection(Of UAPubSubConnectionData), System.Collections.Generic.IReadOnlyList(Of UAPubSubConnectionData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
'Usage
 
Dim instance As UAPubSubConnectionDataCollection
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection)]
[ComVisible(true)]
[Guid("03FCE393-BE17-49F7-8281-3767085C0E33")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public sealed class UAPubSubConnectionDataCollection : OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<string,UAPubSubConnectionData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection, System.Collections.Generic.ICollection<UAPubSubConnectionData>, System.Collections.Generic.IEnumerable<UAPubSubConnectionData>, System.Collections.Generic.IList<UAPubSubConnectionData>, System.Collections.Generic.IReadOnlyCollection<UAPubSubConnectionData>, System.Collections.Generic.IReadOnlyList<UAPubSubConnectionData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection)]
[ComVisible(true)]
[Guid("03FCE393-BE17-49F7-8281-3767085C0E33")]
[TypeConverter(System.ComponentModel.CollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public ref class UAPubSubConnectionDataCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<String,UAPubSubConnectionData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection, System.Collections.Generic.ICollection<UAPubSubConnectionData>, System.Collections.Generic.IEnumerable<UAPubSubConnectionData>, System.Collections.Generic.IList<UAPubSubConnectionData>, System.Collections.Generic.IReadOnlyCollection<UAPubSubConnectionData>, System.Collections.Generic.IReadOnlyList<UAPubSubConnectionData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable  
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection

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