Opc.Ua.Core
Save(ISystemContext,BinaryEncoder,AttributesToSave) Method



Opc.Ua Namespace > MethodState Class > Save Method : Save(ISystemContext,BinaryEncoder,AttributesToSave) Method
The context for the system being accessed.
The encoder to write to.
The masks indicating what attributes to write.
Saves object in an binary stream.
Syntax
'Declaration
 
Public Overloads Overrides Sub Save( _
   ByVal context As ISystemContext, _
   ByVal encoder As BinaryEncoder, _
   ByVal attributesToSave As NodeState.AttributesToSave _
) 
'Usage
 
Dim instance As MethodState
Dim context As ISystemContext
Dim encoder As BinaryEncoder
Dim attributesToSave As NodeState.AttributesToSave
 
instance.Save(context, encoder, attributesToSave)

Parameters

context
The context for the system being accessed.
encoder
The encoder to write to.
attributesToSave
The masks indicating what attributes 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

MethodState Class
MethodState Members
Overload List