uaPLUS Reference
ValidateNode Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : ValidateNode Method

context
handle
cache

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ValidateNode( _
   ByVal context As ServerSystemContext, _
   ByVal handle As NodeHandle, _
   ByVal cache As IDictionary(Of NodeId,NodeState) _
) As NodeState
C# 
protected virtual NodeState ValidateNode( 
   ServerSystemContext context,
   NodeHandle handle,
   IDictionary<NodeId,NodeState> cache
)

Parameters

context
handle
cache

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.