Opc.Ua.Core
SaveReferences(ISystemContext,BinaryEncoder) Method



Opc.Ua Namespace > NodeState Class > SaveReferences Method : SaveReferences(ISystemContext,BinaryEncoder) Method
The context for the system being accessed.
The encoder wrapping the stream to write.
Saves the reference table in a binary stream.
Syntax
'Declaration
 
Public Overloads Sub SaveReferences( _
   ByVal context As ISystemContext, _
   ByVal encoder As BinaryEncoder _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim encoder As BinaryEncoder
 
instance.SaveReferences(context, encoder)
public void SaveReferences( 
   ISystemContext context,
   BinaryEncoder encoder
)
public:
void SaveReferences( 
   ISystemContext^ context,
   BinaryEncoder^ encoder
) 

Parameters

context
The context for the system being accessed.
encoder
The encoder wrapping the stream to write.
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