Service Methods |
The Service type exposes the following members.
Name | Description | |
---|---|---|
AddListener | ||
Close | Closes the rendering service. | |
CreateRenderArea | Forces the creation of a renderArea. | |
Dispatch | This method has to be used with the OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INVENTOR_SERVICE and OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INDEPENDENT_SERVICE mode in a loop. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetClient(String) | Gets a OIV.RemoteViz.Rendering.Client from id. | |
GetClient(UInt32) | Gets a OIV.RemoteViz.Rendering.Client from index. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetNumClients | Gets the number of clients. | |
GetNumListeners | Gets the number of OIV.RemoteViz.Rendering.ServiceListener. | |
GetNumRenderAreas | Gets the number of renderAreas. | |
GetRenderArea(String) | Gets a OIV.RemoteViz.Rendering.RenderArea from id. | |
GetRenderArea(UInt32) | Gets a OIV.RemoteViz.Rendering.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 OIV.RemoteViz.Rendering.ServiceListener. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |