XboxLiveQualityOfServiceMeasurement.PrivatePayloadResults Property
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 a list of private payloads that have been retrieved in this Quality of Service (QoS) measurement.
Note that private payloads are retrieved only when the ShouldRequestPrivatePayloads property is set to true
before MeasureAsync is called.
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:
property IVectorView<XboxLiveQualityOfServicePrivatePayloadResult ^> ^ PrivatePayloadResults { IVectorView<XboxLiveQualityOfServicePrivatePayloadResult ^> ^ get(); };
IVectorView<XboxLiveQualityOfServicePrivatePayloadResult> PrivatePayloadResults();
public IReadOnlyList<XboxLiveQualityOfServicePrivatePayloadResult> PrivatePayloadResults { get; }
var iVectorView = xboxLiveQualityOfServiceMeasurement.privatePayloadResults;
Public ReadOnly Property PrivatePayloadResults As IReadOnlyList(Of XboxLiveQualityOfServicePrivatePayloadResult)
Property Value
List of private payload information.