Opc.Ua.Core
ChangesComplete Method



Opc.Ua Namespace > BaseVariableValue Class : ChangesComplete Method
Clears the change masks for all nodes in the update list.
Syntax
'Declaration
 
Public Sub ChangesComplete( _
   ByVal context As ISystemContext _
) 
'Usage
 
Dim instance As BaseVariableValue
Dim context As ISystemContext
 
instance.ChangesComplete(context)
public void ChangesComplete( 
   ISystemContext context
)
public:
void ChangesComplete( 
   ISystemContext^ context
) 

Parameters

context
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

BaseVariableValue Class
BaseVariableValue Members