LatencyEvent Class

LatencyEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  CommonEvent
Derived Classes:  AnswerCallLatencyEvent, ResourceReadyLatencyEvent, UserPerceivedLatencyEvent

The abstract LatencyEvent class defines an event type for tracking latency issues in the server environment. Specific latency events are then defined by the derived classes.

LatencyEvent implements the following properties:

Property

Type

Description

Latency

Long

The number of milliseconds that elapsed during the latency event.

Remarks

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Abstract Events