Opc.Ua.Core
Create Method (ConfiguredEndpointCollection)



Opc.Ua Namespace > ConfiguredEndpointCollection Class : Create Method
Creates a new endpoint from a url that is not part of the collection.
Syntax
'Declaration
 
Public Function Create( _
   ByVal url As String _
) As ConfiguredEndpoint
'Usage
 
Dim instance As ConfiguredEndpointCollection
Dim url As String
Dim value As ConfiguredEndpoint
 
value = instance.Create(url)
public ConfiguredEndpoint Create( 
   string url
)
public:
ConfiguredEndpoint^ Create( 
   String^ url
) 

Parameters

url
Remarks
Call the Add() method to add it to the collection.
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