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



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