Opc.Ua.Core
SetMappingTables Method (XmlEncoder)



Opc.Ua Namespace > XmlEncoder Class : SetMappingTables Method
The namespace URIs referenced by the data being encoded.
The server URIs referenced by the data being encoded.
Initializes the tables used to map namespace and server uris during encoding.
Syntax
'Declaration
 
Public Sub SetMappingTables( _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) 
'Usage
 
Dim instance As XmlEncoder
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
 
instance.SetMappingTables(namespaceUris, serverUris)
public void SetMappingTables( 
   NamespaceTable namespaceUris,
   StringTable serverUris
)
public:
void SetMappingTables( 
   NamespaceTable^ namespaceUris,
   StringTable^ serverUris
) 

Parameters

namespaceUris
The namespace URIs referenced by the data being encoded.
serverUris
The server URIs referenced by the data being encoded.
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

XmlEncoder Class
XmlEncoder Members