Opc.Ua.Core
ConditionRefresh Method



Opc.Ua Namespace > NodeState Class : ConditionRefresh Method
The system context.
The list of condition events to return.
Whether to recursively report events for the children.
Returns the last event produced for any conditions belonging to the node or its chilren.
Syntax
'Declaration
 
Public Overridable Sub ConditionRefresh( _
   ByVal context As ISystemContext, _
   ByVal events As List(Of IFilterTarget), _
   ByVal includeChildren As Boolean _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim events As List(Of IFilterTarget)
Dim includeChildren As Boolean
 
instance.ConditionRefresh(context, events, includeChildren)
public virtual void ConditionRefresh( 
   ISystemContext context,
   List<IFilterTarget> events,
   bool includeChildren
)
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members