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

context
The context for the current operation.

Glossary Item Box

Verifies that the node represents a valid node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim value As Boolean
 
value = instance.Validate(context)
C# 
public virtual bool Validate( 
   ISystemContext context
)

Parameters

context
The context for the current operation.

Return Value

True if the node is currently valid.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.