QuickOPC User's Guide and Reference
UAAttributePointSubscribeArguments Constructor(UAAttributePointSubscribeArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointSubscribeArguments Class > UAAttributePointSubscribeArguments Constructor : UAAttributePointSubscribeArguments Constructor(UAAttributePointSubscribeArguments)
The object to be copied from.
Initializes a new instance of the class, copying values from a given object.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributePointSubscribeArguments As UAAttributePointSubscribeArguments _
)
'Usage
 
Dim attributePointSubscribeArguments As UAAttributePointSubscribeArguments
 
Dim instance As New UAAttributePointSubscribeArguments(attributePointSubscribeArguments)
public UAAttributePointSubscribeArguments( 
   UAAttributePointSubscribeArguments attributePointSubscribeArguments
)
public:
UAAttributePointSubscribeArguments( 
   UAAttributePointSubscribeArguments^ attributePointSubscribeArguments
)

Parameters

attributePointSubscribeArguments
The object to be copied from.
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