EasyUA Reference
SaveAsXml(ISystemContext,Stream,Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeStateCollection Class > SaveAsXml Method : SaveAsXml(ISystemContext,Stream,Boolean) Method

context
ostrm
keepStreamOpen

Glossary Item Box

Writes the schema information in an XML format to a byte stream. The stream is closed by this method.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeStateCollection
Dim context As ISystemContext
Dim ostrm As Stream
Dim keepStreamOpen As Boolean
 
instance.SaveAsXml(context, ostrm, keepStreamOpen)
C# 
public void SaveAsXml( 
   ISystemContext context,
   Stream ostrm,
   bool keepStreamOpen
)

Parameters

context
ostrm
keepStreamOpen

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.