Opc.Ua.Core
Start(ApplicationConfiguration) Method



Opc.Ua Namespace > ServerBase Class > Start Method : Start(ApplicationConfiguration) Method
The object that stores the configurable configuration information for a UA application.
Starts the server (called from a dedicated host process).
Syntax
'Declaration
 
Public Overloads Sub Start( _
   ByVal configuration As ApplicationConfiguration _
) 
'Usage
 
Dim instance As ServerBase
Dim configuration As ApplicationConfiguration
 
instance.Start(configuration)

Parameters

configuration
The object that stores the configurable configuration information for a UA application.
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

ServerBase Class
ServerBase Members
Overload List