| ServiceListener Class |
This class can be overridden by an application to receive notifications from the rendering Service.
Namespace: OIV.RemoteViz.Rendering
The ServiceListener type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceListener | Default constructor. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| OnConnectedClient | Triggered when a client is connected to the service. | |
| OnDisconnectedClient | Triggered when a client is disconnected from the service. | |
| OnDisposedRenderArea | Triggered when a renderArea has been disposed. | |
| OnInitializedClient | Triggered when a client is initialized. | |
| OnInstantiatedRenderArea | Triggered when a renderArea has been instantiated. | |
| OnMissingLicense | Triggered when a new client is about connecting and a license is missing. | |
| OnPendingCreateRenderArea | Triggered when a connection is pending and the requested renderArea does not exist. | |
| OnPendingShareRenderArea | Triggered when a connection is pending and the requested renderArea exists. | |
| OnRequestedPrivateKeyPassphrase | Triggered when the secure connection is enabled. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |