EasyUA Reference
RegisterType Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeStateFactory Class : RegisterType Method

typeDefinitionId
The type definition.
type
The system type.

Glossary Item Box

Registers a type with the factory.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeStateFactory
Dim typeDefinitionId As NodeId
Dim type As Type
 
instance.RegisterType(typeDefinitionId, type)
C# 
public void RegisterType( 
   NodeId typeDefinitionId,
   Type type
)

Parameters

typeDefinitionId
The type definition.
type
The system type.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.