Opc.Ua.Core
SetUpdateList Method



Opc.Ua Namespace > BaseVariableValue Class : SetUpdateList Method
Sets the list of nodes which are updated when ClearChangeMasks is called.
Syntax
'Declaration
 
Protected Sub SetUpdateList( _
   ByVal updateList As IList(Of BaseInstanceState) _
) 
'Usage
 
Dim instance As BaseVariableValue
Dim updateList As IList(Of BaseInstanceState)
 
instance.SetUpdateList(updateList)
protected void SetUpdateList( 
   IList<BaseInstanceState> updateList
)
protected:
void SetUpdateList( 
   IList<BaseInstanceState^>^ updateList
) 

Parameters

updateList
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