Opc.Ua.Core
Read Method (UANodeSet)



Opc.Ua.Export Namespace > UANodeSet Class : Read Method
The input stream.
Loads a nodeset from a stream.
Syntax
'Declaration
 
Public Shared Function Read( _
   ByVal istrm As Stream _
) As UANodeSet
'Usage
 
Dim istrm As Stream
Dim value As UANodeSet
 
value = UANodeSet.Read(istrm)
public static UANodeSet Read( 
   Stream istrm
)
public:
static UANodeSet^ Read( 
   Stream^ istrm
) 

Parameters

istrm
The input stream.

Return Value

The set of nodes
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

UANodeSet Class
UANodeSet Members