uaPLUS Reference
uaPlusMain Class Members
See Also  Properties  Methods  Events Send Feedback
Advosol.uaPLUS Namespace : uaPlusMain Class


Glossary Item Box

The following tables list the members exposed by uaPlusMain.

Public Constructors

 NameDescription
Public ConstructoruaPlusMain Constructor  
Top

Public Properties

 NameDescription
Public PropertyuaPLUSinstance Underlying uaPLUS server instance.  
Top

Public Methods

 NameDescription
Public MethodAddApplicationNodeManagerAdd 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.
 
Public MethodStartAsProcessOverloaded.  Start the server as a process.  
Public MethodStartAsService  
Top

Public Events

 NameDescription
Public EventAppShutdown 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.  
Public EventOnCreateApplicationNodeHandlersEvent 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.  
Top

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.