QuickOPC User's Guide and Reference
EasyUASubscribeDataSetArgumentsDictionary Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace : EasyUASubscribeDataSetArgumentsDictionary Class
A dictionary of OPC-UA subscribe data set argument objects, keyed by data set handle.
Object Model
EasyUASubscribeDataSetArgumentsDictionary ClassEasyUASubscribeDataSetArguments Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArgumentsDictionary)>
<ComVisibleAttribute(True)>
<ElementsCanBeNullAttribute()>
<GuidAttribute("A12AC987-73C1-4D38-BBEE-5147F2616B7B")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class EasyUASubscribeDataSetArgumentsDictionary 
   Inherits System.Collections.Generic.Dictionary(Of Integer,EasyUASubscribeDataSetArguments)
   Implements OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArgumentsDictionary, System.Collections.Generic.ICollection(Of KeyValuePair(Of Integer,EasyUASubscribeDataSetArguments)), System.Collections.Generic.IDictionary(Of Integer,EasyUASubscribeDataSetArguments), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of Integer,EasyUASubscribeDataSetArguments)), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of Integer,EasyUASubscribeDataSetArguments)), System.Collections.Generic.IReadOnlyDictionary(Of Integer,EasyUASubscribeDataSetArguments), System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
Remarks
This dictionary is returned by OpcLabs.EasyOpc.UA.PubSub.EasyUASubscriberCore.GetSubscribeDataSetArgumentsDictionary.
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUASubscribeDataSetArgumentsDictionary

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