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



Opc.Ua Namespace > NodeState Class > LoadFromXml Method : LoadFromXml(ISystemContext,Stream) 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 Stream _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim input As Stream
 
instance.LoadFromXml(context, input)
public void LoadFromXml( 
   ISystemContext context,
   Stream input
)
public:
void LoadFromXml( 
   ISystemContext^ context,
   Stream^ 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