Share via


MSDelay Dictionary object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains metrics related to delays. It is described in [MS-QoE] Section 2.2.1.26 (Delay).

Syntax

dictionary MSDelay {
             unsigned long roundTrip;
             unsigned long roundTripMax;
};

Standards information

MSDelay Dictionary

Member Type Description
roundTrip unsigned long The average network propagation round-trip time computed as specified in [RFC3550] Section 6.4.1, in ms.
roundTripMax unsigned long The maximum network propagation round-trip time computed as specified in [RFC3550] Section 6.4.1, in ms.

 

See also

Statistics extensions

Statistics API