XboxLiveQualityOfServiceMeasurement.GetPrivatePayloadResult Method
Definition
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
Parameters
- deviceAddress
- XboxLiveDeviceAddress
Device address of the device whose private payload is being retrieved.
Returns
The private payload.