The following tables list the members exposed by uaPlusMain.
Name | Description | |
---|---|---|
uaPlusMain Constructor |
Name | Description | |
---|---|---|
uaPLUSinstance | Underlying uaPLUS server instance. |
Name | Description | |
---|---|---|
AddApplicationNodeManager | Add an application specific node handler. The application need to install a uaPlusMain.OnCreateApplicationNodeHandlers event handler and call this method from the event handler. The node manager implementation must be derived from the BaseNodeManager class. | |
StartAsProcess | Overloaded. Start the server as a process. | |
StartAsService |
Name | Description | |
---|---|---|
AppShutdown | Event handler that is called when NSPlugin.dll request a server shutdown. The handler is called after the UA server functionality is stopped. The server application is to be terminated in an appropriate way. | |
OnCreateApplicationNodeHandlers | Event handler that is called when the node managers are created. Applications with application specific node managers need to implement an event handler and install it right after the uaPlusMain object is created. |