Interface IQosAnnotatedResult
Represents the results of QoS measurements for a given region with additional annotations.
Namespace: Unity.Services.Qos
Assembly: Unity.Services.QoS.dll
Syntax
public interface IQosAnnotatedResult : IQosResult
Properties
Annotations
The results annotations.
Declaration
Dictionary<string, List<string>> Annotations { get; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<string>> | A dictionary of additional information. |