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

Creates a renderArea.

Public methodDispatch

This method has to be used with the ServiceSettings.INVENTOR_SERVICE and ServiceSettings.INDEPENDENT_SERVICE mode in a loop.

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

Gets a Client from id.

Public methodGetClient(UInt32)

Gets a Client from index.

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

Gets the number of clients.

Public methodGetNumListeners

Gets the number of ServiceListener.

Public methodGetNumRenderAreas

Gets the number of renderAreas.

Public methodGetRenderArea(String)

Gets a RenderArea from id.

Public methodGetRenderArea(UInt32)

Gets a RenderArea from index.

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

Removes a ServiceListener.

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