Connectivity Software User's Guide and Reference
EasyUASubscribeDataSetFieldArguments Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace : EasyUASubscribeDataSetFieldArguments Class
Holds all arguments needed to subscribe to a dataset field in OPC UA PubSub, including a callback method.
Object Model
EasyUASubscribeDataSetFieldArguments ClassUADataSetFieldDescriptor ClassUADataSetSubscriptionDescriptor ClassEasyUASubscribeDataSetFieldArguments Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<GuidAttribute("E83D3B5D-342D-40AA-BB40-CFBEACF2CE20")>
<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 EasyUASubscribeDataSetFieldArguments 
   Inherits UASubscribeDataSetArguments
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._UASubscribeDataSetArguments, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As EasyUASubscribeDataSetFieldArguments
[CLSCompliant(true)]
[ComVisible(false)]
[Guid("E83D3B5D-342D-40AA-BB40-CFBEACF2CE20")]
[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 EasyUASubscribeDataSetFieldArguments : UASubscribeDataSetArguments, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments, OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes._UASubscribeDataSetArguments, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComVisible(false)]
[Guid("E83D3B5D-342D-40AA-BB40-CFBEACF2CE20")]
[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 EasyUASubscribeDataSetFieldArguments sealed : public UASubscribeDataSetArguments, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments, 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.EasyUASubscribeDataSetFieldArguments

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