XboxLiveQualityOfServiceMeasurement.GetMetricResult 方法

定义

获取与给定地址的连接上给定指标的最新度量结果。

你的代码指定要尝试的一组指标、设备地址、超时和探测数,然后调用 XboxLiveQualityOfServiceMeasurement.MeasureAsync 开始进行指定的度量。 可以在测量正在进行时或测量完成后随时调用 GetMetricResult ,并检索其当前值。 请注意,如果在进行相关度量时为给定指标重复调用 GetMetricResult ,则在测量过程中可能会得到不同的值。

重要

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

public:
 virtual XboxLiveQualityOfServiceMetricResult ^ GetMetricResult(XboxLiveDeviceAddress ^ deviceAddress, XboxLiveQualityOfServiceMetric metric) = GetMetricResult;
XboxLiveQualityOfServiceMetricResult GetMetricResult(XboxLiveDeviceAddress const& deviceAddress, XboxLiveQualityOfServiceMetric const& metric);
public XboxLiveQualityOfServiceMetricResult GetMetricResult(XboxLiveDeviceAddress deviceAddress, XboxLiveQualityOfServiceMetric metric);
function getMetricResult(deviceAddress, metric)
Public Function GetMetricResult (deviceAddress As XboxLiveDeviceAddress, metric As XboxLiveQualityOfServiceMetric) As XboxLiveQualityOfServiceMetricResult

参数

deviceAddress
XboxLiveDeviceAddress

度量的目标地址。

metric
XboxLiveQualityOfServiceMetric

要检索的指标值。

返回

度量的结果。

适用于