Opc.Ua.Core
UpdateValues Method



Opc.Ua Namespace > NodeState Class : UpdateValues Method
Updates the node with the values from an event notification.
Syntax
'Declaration
 
Public Overridable Sub UpdateValues( _
   ByVal context As ISystemContext, _
   ByVal attributes As SimpleAttributeOperandCollection, _
   ByVal values As EventFieldList _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim attributes As SimpleAttributeOperandCollection
Dim values As EventFieldList
 
instance.UpdateValues(context, attributes, values)
public virtual void UpdateValues( 
   ISystemContext context,
   SimpleAttributeOperandCollection attributes,
   EventFieldList values
)
public:
virtual void UpdateValues( 
   ISystemContext^ context,
   SimpleAttributeOperandCollection^ attributes,
   EventFieldList^ values
) 

Parameters

context
attributes
values
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