Opc.Ua.Core
Save(Stream) Method



Opc.Ua Namespace > ConfiguredEndpointCollection Class > Save Method : Save(Stream) Method
Saves a collection of endpoints to a stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal ostrm As Stream _
) 
'Usage
 
Dim instance As ConfiguredEndpointCollection
Dim ostrm As Stream
 
instance.Save(ostrm)
public void Save( 
   Stream ostrm
)
public:
void Save( 
   Stream^ ostrm
) 

Parameters

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

ConfiguredEndpointCollection Class
ConfiguredEndpointCollection Members
Overload List