Opc.Ua.Core
UpdateReferences(ISystemContext,BinaryDecoder) Method



Opc.Ua Namespace > NodeState Class > UpdateReferences Method : UpdateReferences(ISystemContext,BinaryDecoder) Method
The context for the system being accessed.
The decoder to read from.
Loads the reference table from a binary stream.
Syntax
'Declaration
 
Public Overloads Sub UpdateReferences( _
   ByVal context As ISystemContext, _
   ByVal decoder As BinaryDecoder _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim decoder As BinaryDecoder
 
instance.UpdateReferences(context, decoder)
public void UpdateReferences( 
   ISystemContext context,
   BinaryDecoder decoder
)
public:
void UpdateReferences( 
   ISystemContext^ context,
   BinaryDecoder^ decoder
) 

Parameters

context
The context for the system being accessed.
decoder
The decoder to read from.
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