Opc.Ua.Core
LoadFromXml(ISystemContext,TextReader) Method



Opc.Ua Namespace > NodeState Class > LoadFromXml Method : LoadFromXml(ISystemContext,TextReader) Method
The context for the system being accessed.
The stream to read.
Initializes the node from XML in a stream.
Syntax
'Declaration
 
Public Overloads Sub LoadFromXml( _
   ByVal context As ISystemContext, _
   ByVal input As TextReader _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim input As TextReader
 
instance.LoadFromXml(context, input)
public void LoadFromXml( 
   ISystemContext context,
   TextReader input
)
public:
void LoadFromXml( 
   ISystemContext^ context,
   TextReader^ input
) 

Parameters

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