.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.ApplicationInstance.WindowsService Class Reference

Manages the interface between the UA server and the Windows SCM. More...

Inherits ServiceBase.

Public Member Functions

 WindowsService (ServerBase server, ApplicationInstanceBase application, WaitCallback callback, object userData)
 Initializes a new instance of the WindowsService class. More...
 

Protected Member Functions

override void OnStart (string[] args)
 Starts the server in a background thread. More...
 
override void OnStop ()
 Stops the server so the service can shutdown. More...
 

Detailed Description

Manages the interface between the UA server and the Windows SCM.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ApplicationInstance.WindowsService.WindowsService ( ServerBase  server,
ApplicationInstanceBase  application,
WaitCallback  callback,
object  userData 
)
inline

Initializes a new instance of the WindowsService class.

Parameters
serverThe server.
applicationThe application.
callbackThe callback.
userDataThe user data.

Member Function Documentation

override void UnifiedAutomation.UaBase.ApplicationInstance.WindowsService.OnStart ( string[]  args)
inlineprotected

Starts the server in a background thread.

override void UnifiedAutomation.UaBase.ApplicationInstance.WindowsService.OnStop ( )
inlineprotected

Stops the server so the service can shutdown.


The documentation for this class was generated from the following file: