Click or drag to resize
MetricsListener Methods

The MetricsListener 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 methodOnChangedNumClients

Triggered when the number of clients changes.

Public methodOnChangedNumConnections

Triggered when the number of connections changes.

Public methodOnChangedNumRenderAreas

Triggered when the number of renderArea changes.

Public methodOnMeasuredDecodingTime

Triggered when a new measure of frame decoding time is available.

Public methodOnMeasuredEncodingTime

Triggered when a new measure of frame encoding time is available.

Public methodOnMeasuredNetworkLatency

Triggered when a new measure of network latency is available.

Public methodOnMeasuredRenderingTime

Triggered when a new measure of frame rendering time is available.

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