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

context
The system context.
events
The list of condition events to return.
includeChildren
Whether to recursively report events for the children.

Glossary Item Box

Returns the last event produced for any conditions belonging to the node or its chilren.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim events As List(Of IFilterTarget)
Dim includeChildren As Boolean
 
instance.ConditionRefresh(context, events, includeChildren)
C# 
public virtual void ConditionRefresh( 
   ISystemContext context,
   List<IFilterTarget> events,
   bool includeChildren
)

Parameters

context
The system context.
events
The list of condition events to return.
includeChildren
Whether to recursively report events for the children.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.