Click or drag to resize
Service Methods

The Service type exposes the following members.

Methods
  NameDescription
Public methodAddListener
Public methodClose

Closes the rendering service.

Public methodCreateRenderArea

Forces the creation of a renderArea.

Public methodDispatch
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClient(String)
Public methodGetClient(UInt32)

Gets a OIV.RemoteViz.Rendering.Client from index.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumClients

Gets the number of clients.

Public methodGetNumListeners
Public methodGetNumRenderAreas

Gets the number of renderAreas.

Public methodGetRenderArea(String)
Public methodGetRenderArea(UInt32)
Public methodGetSettings

Gets the settings of the service.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsRunning

This method is used to know if the rendering service is running.

Public methodOpen

Opens the rendering service.

Public methodRemoveAllListeners

Removes all ServiceListeners.

Public methodRemoveListener
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also