Opc.Ua.Core
CopyEndpoints Method



Opc.Ua Namespace > ConfiguredEndpointCollection Class : CopyEndpoints Method
The server URI.
Copies the endpoints.
Syntax
'Declaration
 
<ObsoleteAttribute("Non-functional - replaced with GetEndpoints()")>
Public Function CopyEndpoints( _
   ByVal serverUri As String _
) As List(Of ConfiguredEndpoint)
'Usage
 
Dim instance As ConfiguredEndpointCollection
Dim serverUri As String
Dim value As List(Of ConfiguredEndpoint)
 
value = instance.CopyEndpoints(serverUri)
[Obsolete("Non-functional - replaced with GetEndpoints()")]
public List<ConfiguredEndpoint> CopyEndpoints( 
   string serverUri
)
[Obsolete("Non-functional - replaced with GetEndpoints()")]
public:
List<ConfiguredEndpoint^>^ CopyEndpoints( 
   String^ serverUri
) 

Parameters

serverUri
The server URI.
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