Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.24 KB

xboxlivequalityofservicemeasurement_getprivatepayloadresult_676043040.md

File metadata and controls

35 lines (21 loc) · 1.24 KB
-api-id -api-type
M:Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.GetPrivatePayloadResult(Windows.Networking.XboxLive.XboxLiveDeviceAddress)
winrt method

Windows.Networking.XboxLive.XboxLiveQualityOfServiceMeasurement.GetPrivatePayloadResult

-description

Gets the private payload for a device currently being measured, if ShouldRequestPrivatePayloads was set to true for this measurement.

Your code specifies a set of metrics, device addresses, timeouts, number of probes to attempt, and whether to request private payloads, and then calls XboxLiveQualityOfServiceMeasurement.MeasureAsync to begin making the specified measurements, and to retrieve any private payloads.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

-parameters

-param deviceAddress

Device address of the device whose private payload is being retrieved.

-returns

The private payload.

-remarks

-examples

-see-also