Opc.Ua.Core
SaveAsNodeSet Method



Opc.Ua Namespace > NodeStateCollection Class : SaveAsNodeSet Method
Writes the collection to a stream using the NodeSet schema.
Syntax
'Declaration
 
Public Sub SaveAsNodeSet( _
   ByVal context As ISystemContext, _
   ByVal ostrm As Stream _
) 
'Usage
 
Dim instance As NodeStateCollection
Dim context As ISystemContext
Dim ostrm As Stream
 
instance.SaveAsNodeSet(context, ostrm)
public void SaveAsNodeSet( 
   ISystemContext context,
   Stream ostrm
)
public:
void SaveAsNodeSet( 
   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