Opc.Ua.Core
UpdateEndpointsForServer Method



Opc.Ua Namespace > ConfiguredEndpointCollection Class : UpdateEndpointsForServer Method
Updates an endpoint with information from the server's discovery endpoint.
Syntax
'Declaration
 
<ObsoleteAttribute("Non-functional - method not used - updates should be done with ConfiguredEndpoint.UpdateFromServer()")>
Public Sub UpdateEndpointsForServer( _
   ByVal serverUri As String _
) 
'Usage
 
Dim instance As ConfiguredEndpointCollection
Dim serverUri As String
 
instance.UpdateEndpointsForServer(serverUri)
[Obsolete("Non-functional - method not used - updates should be done with ConfiguredEndpoint.UpdateFromServer()")]
public void UpdateEndpointsForServer( 
   string serverUri
)
[Obsolete("Non-functional - method not used - updates should be done with ConfiguredEndpoint.UpdateFromServer()")]
public:
void UpdateEndpointsForServer( 
   String^ serverUri
) 

Parameters

serverUri
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