Opc.Ua.Core
ClearChangeMasks Method



Opc.Ua Namespace > NodeState Class : ClearChangeMasks Method
The context that describes how access the system containing the data..
if set to true clear masks recursively for all children..
Clears the change masks.
Syntax
'Declaration
 
Public Sub ClearChangeMasks( _
   ByVal context As ISystemContext, _
   ByVal includeChildren As Boolean _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim includeChildren As Boolean
 
instance.ClearChangeMasks(context, includeChildren)
public void ClearChangeMasks( 
   ISystemContext context,
   bool includeChildren
)
public:
void ClearChangeMasks( 
   ISystemContext^ context,
   bool includeChildren
) 

Parameters

context
The context that describes how access the system containing the data..
includeChildren
if set to true clear masks recursively for all 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