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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Graphs Namespace > UAPubSubSecurityKeyServiceNodeTreePosition Class > UAPubSubSecurityKeyServiceNodeTreePosition Constructor : UAPubSubSecurityKeyServiceNodeTreePosition Constructor(UAPubSubSecurityKeyServiceNodeTreePosition,Exception)
The parent object in the tree.
The exception encountered during browsing.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentPosition As UAPubSubSecurityKeyServiceNodeTreePosition, _
   ByVal browseException As Exception _
)
 
'Usage
 
Dim parentPosition As UAPubSubSecurityKeyServiceNodeTreePosition
Dim browseException As Exception
 
Dim instance As New UAPubSubSecurityKeyServiceNodeTreePosition(parentPosition, browseException)

Parameters

parentPosition
The parent object in the tree.
browseException
The exception encountered during browsing.
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