Opc.Ua.Core
Read Method (NodeSet)



Opc.Ua Namespace > NodeSet Class : Read Method
The input stream.
Loads a nodeset from a stream.
Syntax
'Declaration
 
Public Shared Function Read( _
   ByVal istrm As Stream _
) As NodeSet
'Usage
 
Dim istrm As Stream
Dim value As NodeSet
 
value = NodeSet.Read(istrm)
public static NodeSet Read( 
   Stream istrm
)
public:
static NodeSet^ 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

NodeSet Class
NodeSet Members