Opc.Ua.Core
OnServerStarting Method



Opc.Ua Namespace > ServerBase Class : OnServerStarting Method
The object that stores the configurable configuration information for a UA application.
Called before the server starts.
Syntax
'Declaration
 
Protected Overridable Sub OnServerStarting( _
   ByVal configuration As ApplicationConfiguration _
) 
'Usage
 
Dim instance As ServerBase
Dim configuration As ApplicationConfiguration
 
instance.OnServerStarting(configuration)
protected virtual void OnServerStarting( 
   ApplicationConfiguration configuration
)
protected:
virtual void OnServerStarting( 
   ApplicationConfiguration^ 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