The following tables list the members exposed by IEasyUAServer.
Public Properties
Public Methods
Extension Methods
| | Name | Description |
 | AsStarted | Starts the OPC UA server if it is not started, and returns the same OPC UA server. |
 | AsStopped | Stops the OPC UA server if it is started, and returns the same OPC UA server. |
 | FindServerNode | Attempts to find the node in the server that matches the specified node descriptor. |
 | GetRequiredServiceNonNull | Overloaded. Gets the required service object of the specified type. |
 | TryGetRequiredService<TService> | Tries to get the required service object of the specified type, casting it to the same type. |
Top
See Also