ServiceListener Class |
This virtual class enables you to manage the rendering Service.
Namespace: OIV.RemoteViz.Rendering
The ServiceListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceListener | Default constructor. |
Name | Description | |
---|---|---|
![]() | Equals | (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.) |