Opc.Ua.Core
Update Method (NamespaceTable)



Opc.Ua Namespace > NamespaceTable Class : Update Method
Updates the table of namespace uris.
Syntax
'Declaration
 
Public Shadows Sub Update( _
   ByVal namespaceUris As IEnumerable(Of String) _
) 
'Usage
 
Dim instance As NamespaceTable
Dim namespaceUris As IEnumerable(Of String)
 
instance.Update(namespaceUris)
public new void Update( 
   IEnumerable<string> namespaceUris
)
public:
new void Update( 
   IEnumerable<String^>^ namespaceUris
) 

Parameters

namespaceUris
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

NamespaceTable Class
NamespaceTable Members