Service Class |
Defines the RemoteViz rendering service.
Namespace: OIV.RemoteViz.Rendering
The Service type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddListener | Adds a ServiceListener. |
![]() | Close | Closes the rendering service. |
![]() | CreateRenderArea | Creates a renderArea. |
![]() | Dispatch | This method has to be used with the ServiceSettings.INVENTOR_SERVICE and ServiceSettings.INDEPENDENT_SERVICE mode in a loop. |
![]() | Equals | (Inherited from Object.) |
![]() | GetClient(String) | Gets a Client from id. |
![]() | GetClient(UInt32) | Gets a Client from index. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetNumClients | Gets the number of clients. |
![]() | GetNumListeners | Gets the number of ServiceListener. |
![]() | GetNumRenderAreas | Gets the number of renderAreas. |
![]() | GetRenderArea(String) | Gets a RenderArea from id. |
![]() | GetRenderArea(UInt32) | Gets a RenderArea from index. |
![]() | GetSettings | Gets the settings of the service. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsRunning | This method is used to know if the rendering service is running. |
![]() | Open | Opens the rendering service. |
![]() | RemoveAllListeners | Removes all ServiceListeners. |
![]() | RemoveListener | Removes a ServiceListener. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class uses the singleton pattern restricting its instantiation to a single unique object in the program (see instance). To use RemoteViz, the service has to be opened with the method "Open". The implementation of class ServiceListener enables you to manage the service events.