EasyUA Reference
Create Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ConfiguredEndpointCollection Class : Create Method

url

Glossary Item Box

Creates a new endpoint from a url that is not part of the collection.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ConfiguredEndpointCollection
Dim url As String
Dim value As ConfiguredEndpoint
 
value = instance.Create(url)
C# 
public ConfiguredEndpoint Create( 
   string url
)

Parameters

url

Remarks

Call the Add() method to add it to the collection.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.