EasyUA Reference
Save(ISystemContext,XmlEncoder) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > Save Method : Save(ISystemContext,XmlEncoder) Method

context
The context for the system being accessed.
encoder
The encoder wrapping the stream to write.

Glossary Item Box

Saves the attributes from the stream.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim encoder As XmlEncoder
 
instance.Save(context, encoder)
C# 
public virtual void Save( 
   ISystemContext context,
   XmlEncoder encoder
)

Parameters

context
The context for the system being accessed.
encoder
The encoder wrapping the stream to write.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.