Opc.Ua.Core
UpdateChildren(ISystemContext,XmlDecoder) Method



Opc.Ua Namespace > NodeState Class > UpdateChildren Method : UpdateChildren(ISystemContext,XmlDecoder) Method
The context for the system being accessed.
The decoder wrapping the stream to read.
Reads attributes for the children from the stream.
Syntax
'Declaration
 
Public Overloads Overridable Sub UpdateChildren( _
   ByVal context As ISystemContext, _
   ByVal decoder As XmlDecoder _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim decoder As XmlDecoder
 
instance.UpdateChildren(context, decoder)
public virtual void UpdateChildren( 
   ISystemContext context,
   XmlDecoder decoder
)
public:
virtual void UpdateChildren( 
   ISystemContext^ context,
   XmlDecoder^ decoder
) 

Parameters

context
The context for the system being accessed.
decoder
The decoder wrapping the stream to read.
Remarks
Any children found in the stream that do not exist are created and initialized from the stream.
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
Overload List