Connectivity Software User's Guide and Reference
EasyUASubscribeDataSetArguments Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace : EasyUASubscribeDataSetArguments Class
Holds all arguments needed to subscribe to a dataset in OPC UA PubSub, possibly including a callback method.
Object Model
EasyUASubscribeDataSetArguments ClassUADataSetSubscriptionDescriptor ClassEasyUASubscribeDataSetArguments Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArguments)>
<ComVisibleAttribute(True)>
<GuidAttribute("0DF356DA-30CF-48D1-AE01-9626CDBE4155")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.UniversalValueControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   Export=True, 
   PageId=0)>
<SerializableAttribute()>
Public NotInheritable Class EasyUASubscribeDataSetArguments 
   Inherits UASubscribeDataSetArguments
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._UASubscribeDataSetArguments, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As EasyUASubscribeDataSetArguments
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArguments)]
[ComVisible(true)]
[Guid("0DF356DA-30CF-48D1-AE01-9626CDBE4155")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.UniversalValueControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   Export=true, 
   PageId=0)]
[Serializable()]
public sealed class EasyUASubscribeDataSetArguments : UASubscribeDataSetArguments, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._UASubscribeDataSetArguments, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArguments)]
[ComVisible(true)]
[Guid("0DF356DA-30CF-48D1-AE01-9626CDBE4155")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.UniversalValueControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   Export=true, 
   PageId=0)]
[Serializable()]
public ref class EasyUASubscribeDataSetArguments sealed : public UASubscribeDataSetArguments, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._EasyUASubscribeDataSetArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._UASubscribeDataSetArguments, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.BaseLib.OperationModel.OperationArguments
            OpcLabs.EasyOpc.UA.PubSub.OperationModel.UASubscribeDataSetArguments
               OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUASubscribeDataSetArguments

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