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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Graphs Namespace > UAPubSubSecurityKeyServiceNodeTreePosition Class > UAPubSubSecurityKeyServiceNodeTreePosition Constructor : UAPubSubSecurityKeyServiceNodeTreePosition Constructor(UAPubSubSecurityKeyServiceNodeTreePosition)
The OPC UA PubSub security key service tree position to be copied from.
Initializes a new instance of the class.
Syntax
'Usage
 
Dim pubSubSecurityKeyServiceNodeTreePosition As UAPubSubSecurityKeyServiceNodeTreePosition
 
Dim instance As New UAPubSubSecurityKeyServiceNodeTreePosition(pubSubSecurityKeyServiceNodeTreePosition)
public UAPubSubSecurityKeyServiceNodeTreePosition( 
   UAPubSubSecurityKeyServiceNodeTreePosition pubSubSecurityKeyServiceNodeTreePosition
)
public:
UAPubSubSecurityKeyServiceNodeTreePosition( 
   UAPubSubSecurityKeyServiceNodeTreePosition^ pubSubSecurityKeyServiceNodeTreePosition
)

Parameters

pubSubSecurityKeyServiceNodeTreePosition
The OPC UA PubSub security key service tree position 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