XboxLiveQualityOfServiceMeasurement.GetPrivatePayloadResult Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
virtual XboxLiveQualityOfServicePrivatePayloadResult ^ GetPrivatePayloadResult(XboxLiveDeviceAddress ^ deviceAddress) = GetPrivatePayloadResult;
XboxLiveQualityOfServicePrivatePayloadResult GetPrivatePayloadResult(XboxLiveDeviceAddress const& deviceAddress);
public XboxLiveQualityOfServicePrivatePayloadResult GetPrivatePayloadResult(XboxLiveDeviceAddress deviceAddress);
function getPrivatePayloadResult(deviceAddress)
Public Function GetPrivatePayloadResult (deviceAddress As XboxLiveDeviceAddress) As XboxLiveQualityOfServicePrivatePayloadResult
- deviceAddress
- XboxLiveDeviceAddress
Device address of the device whose private payload is being retrieved.
The private payload.
Product | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |