Click or drag to resize
ServiceListener Methods

The ServiceListener type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnConnectedClient

Triggered when a client is connected to the service.

Public methodOnDisconnectedClient

Triggered when a client is disconnected from the service.

Public methodOnDisposedRenderArea

Triggered when a renderArea has been disposed.

Public methodOnInitializedClient

Triggered when a client is initialized.

Public methodOnInstantiatedRenderArea

Triggered when a renderArea has been instantiated.

Public methodOnMissingLicense

Triggered when a new client is about connecting and a license is missing.

Public methodOnPendingCreateRenderArea

Triggered when a connection is pending and the requested renderArea does not exist.

Public methodOnPendingShareRenderArea

Triggered when a connection is pending and the requested renderArea exists.

Public methodOnRequestedPrivateKeyPassphrase

Triggered when the secure connection is enabled.

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