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



Opc.Ua Namespace > NodeStateCollection Class > SaveAsXml Method : SaveAsXml(ISystemContext,Stream) Method
Writes the schema information to a static XML export file.
Syntax
'Declaration
 
Public Overloads Sub SaveAsXml( _
   ByVal context As ISystemContext, _
   ByVal ostrm As Stream _
) 
'Usage
 
Dim instance As NodeStateCollection
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
ostrm
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

NodeStateCollection Class
NodeStateCollection Members
Overload List