Share via


XboxLiveQualityOfServiceMeasurement.PrivatePayloadResults Property

Definition

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.

Applies to