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



Opc.Ua Namespace > NodeState Class > SaveAsXml Method : SaveAsXml(ISystemContext,Stream) Method
The context for the system being accessed.
The stream to write.
Saves the node as XML in a stream.
Syntax
'Declaration
 
Public Overloads Sub SaveAsXml( _
   ByVal context As ISystemContext, _
   ByVal ostrm As Stream _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim ostrm As Stream
 
instance.SaveAsXml(context, ostrm)
public void SaveAsXml( 
   ISystemContext context,
   Stream ostrm
)
public:
void SaveAsXml( 
   ISystemContext^ context,
   Stream^ ostrm
) 

Parameters

context
The context for the system being accessed.
ostrm
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