Enum EventLatency

Enum Documentation

enum Microsoft::Applications::Events::EventLatency

Latency for an event to be transmitted

Values:

enumerator EventLatency_Unspecified

Unspecified: Event Latency is not specified.

enumerator EventLatency_Off

Off: Latency is not to be transmitted.

enumerator EventLatency_Normal

Normal: Latency is to be transmitted at low priority.

enumerator EventLatency_CostDeferred

Cost Deffered: Latency is to be transmitted at cost deferred priority.

enumerator EventLatency_RealTime

RealTime: Latency is to be transmitted at real time priority.

enumerator EventLatency_Max

Max: Latency is to be transmitted as soon as possible.