QuickOPC User's Guide and Reference
EasyDAItemSubscriptionArguments<T> Constructor(EasyDAItemSubscriptionArguments<T>)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > EasyDAItemSubscriptionArguments<T> Class > EasyDAItemSubscriptionArguments<T> Constructor : EasyDAItemSubscriptionArguments<T> Constructor(EasyDAItemSubscriptionArguments<T>)
The typed item subscription arguments object to be copied from.
Initializes a new copy of the EasyDAItemSubscriptionArguments<T> object.
Syntax
'Declaration
 
Public Function New( _
   ByVal args As EasyDAItemSubscriptionArguments(Of T) _
)
public EasyDAItemSubscriptionArguments<T>( 
   EasyDAItemSubscriptionArguments<T> args
)
public:
EasyDAItemSubscriptionArguments<T>( 
   EasyDAItemSubscriptionArguments<T^>^ args
)

Parameters

args
The typed item subscription arguments object to be copied from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

EasyDAItemSubscriptionArguments<T> Class
EasyDAItemSubscriptionArguments<T> Members
Overload List