XboxLiveQualityOfServiceMeasurement XboxLiveQualityOfServiceMeasurement XboxLiveQualityOfServiceMeasurement XboxLiveQualityOfServiceMeasurement Class

Definition

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 : sealed class XboxLiveQualityOfServiceMeasurement : IXboxLiveQualityOfServiceMeasurementpublic sealed class XboxLiveQualityOfServiceMeasurement : IXboxLiveQualityOfServiceMeasurementPublic NotInheritable Class XboxLiveQualityOfServiceMeasurement Implements IXboxLiveQualityOfServiceMeasurement// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Xbox Live Extension SDK (introduced v10.0.10240.0) Xbox One Extensions for the UWP (introduced v10.0.10240.0) Xbox One System Apps Extensions for the UWP (introduced v10.0.0.1)
API contract
Windows.Networking.XboxLive.XboxLiveSecureSocketsContract (introduced v1)

Constructors

XboxLiveQualityOfServiceMeasurement() XboxLiveQualityOfServiceMeasurement() XboxLiveQualityOfServiceMeasurement() XboxLiveQualityOfServiceMeasurement()

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 : XboxLiveQualityOfServiceMeasurement()public XboxLiveQualityOfServiceMeasurement()Public Sub New()// You can use this method in JavaScript.

Properties

DeviceAddresses DeviceAddresses DeviceAddresses DeviceAddresses

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 : IVector<XboxLiveDeviceAddress> DeviceAddresses { get; }public IList<XboxLiveDeviceAddress> DeviceAddresses { get; }Public ReadOnly Property DeviceAddresses As IList<XboxLiveDeviceAddress>// You can use this property in JavaScript.
Value
IVector<XboxLiveDeviceAddress> IList<XboxLiveDeviceAddress> IList<XboxLiveDeviceAddress> IList<XboxLiveDeviceAddress>

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.

IsSystemInboundBandwidthConstrained IsSystemInboundBandwidthConstrained IsSystemInboundBandwidthConstrained IsSystemInboundBandwidthConstrained

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 : static PlatForm::Boolean IsSystemInboundBandwidthConstrained { get; set; }public static bool IsSystemInboundBandwidthConstrained { get; set; }Public Static ReadWrite Property IsSystemInboundBandwidthConstrained As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

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.

IsSystemOutboundBandwidthConstrained IsSystemOutboundBandwidthConstrained IsSystemOutboundBandwidthConstrained IsSystemOutboundBandwidthConstrained

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 : static PlatForm::Boolean IsSystemOutboundBandwidthConstrained { get; set; }public static bool IsSystemOutboundBandwidthConstrained { get; set; }Public Static ReadWrite Property IsSystemOutboundBandwidthConstrained As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

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.

MaxPrivatePayloadSize MaxPrivatePayloadSize MaxPrivatePayloadSize MaxPrivatePayloadSize

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 : static unsigned int MaxPrivatePayloadSize { get; }public static uint MaxPrivatePayloadSize { get; }Public Static ReadOnly Property MaxPrivatePayloadSize As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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.

MaxSimultaneousProbeConnections MaxSimultaneousProbeConnections MaxSimultaneousProbeConnections MaxSimultaneousProbeConnections

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 : static unsigned int MaxSimultaneousProbeConnections { get; set; }public static uint MaxSimultaneousProbeConnections { get; set; }Public Static ReadWrite Property MaxSimultaneousProbeConnections As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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.

MetricResults MetricResults MetricResults MetricResults

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 : IVectorView<XboxLiveQualityOfServiceMetricResult> MetricResults { get; }public IReadOnlyList<XboxLiveQualityOfServiceMetricResult> MetricResults { get; }Public ReadOnly Property MetricResults As IReadOnlyList<XboxLiveQualityOfServiceMetricResult>// You can use this property in JavaScript.
Value
IVectorView<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult>

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.

Metrics Metrics Metrics Metrics

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 : IVector<XboxLiveQualityOfServiceMetric> Metrics { get; }public IList<XboxLiveQualityOfServiceMetric> Metrics { get; }Public ReadOnly Property Metrics As IList<XboxLiveQualityOfServiceMetric>// You can use this property in JavaScript.
Value
IVector<XboxLiveQualityOfServiceMetric> IList<XboxLiveQualityOfServiceMetric> IList<XboxLiveQualityOfServiceMetric> IList<XboxLiveQualityOfServiceMetric>

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.

NumberOfProbesToAttempt NumberOfProbesToAttempt NumberOfProbesToAttempt NumberOfProbesToAttempt

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 : unsigned int NumberOfProbesToAttempt { get; set; }public uint NumberOfProbesToAttempt { get; set; }Public ReadWrite Property NumberOfProbesToAttempt As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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.

NumberOfResultsPending NumberOfResultsPending NumberOfResultsPending NumberOfResultsPending

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 : unsigned int NumberOfResultsPending { get; }public uint NumberOfResultsPending { get; }Public ReadOnly Property NumberOfResultsPending As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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.

PrivatePayloadResults PrivatePayloadResults PrivatePayloadResults PrivatePayloadResults

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 : IVectorView<XboxLiveQualityOfServicePrivatePayloadResult> PrivatePayloadResults { get; }public IReadOnlyList<XboxLiveQualityOfServicePrivatePayloadResult> PrivatePayloadResults { get; }Public ReadOnly Property PrivatePayloadResults As IReadOnlyList<XboxLiveQualityOfServicePrivatePayloadResult>// You can use this property in JavaScript.
Value
IVectorView<XboxLiveQualityOfServicePrivatePayloadResult> IReadOnlyList<XboxLiveQualityOfServicePrivatePayloadResult> IReadOnlyList<XboxLiveQualityOfServicePrivatePayloadResult> IReadOnlyList<XboxLiveQualityOfServicePrivatePayloadResult>

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.

PublishedPrivatePayload PublishedPrivatePayload PublishedPrivatePayload PublishedPrivatePayload

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 : static IBuffer PublishedPrivatePayload { get; set; }public static IBuffer PublishedPrivatePayload { get; set; }Public Static ReadWrite Property PublishedPrivatePayload As IBuffer// You can use this property in JavaScript.
Value
IBuffer IBuffer IBuffer IBuffer

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.

ShouldRequestPrivatePayloads ShouldRequestPrivatePayloads ShouldRequestPrivatePayloads ShouldRequestPrivatePayloads

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 : PlatForm::Boolean ShouldRequestPrivatePayloads { get; set; }public bool ShouldRequestPrivatePayloads { get; set; }Public ReadWrite Property ShouldRequestPrivatePayloads As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

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.

TimeoutInMilliseconds TimeoutInMilliseconds TimeoutInMilliseconds TimeoutInMilliseconds

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 : unsigned int TimeoutInMilliseconds { get; set; }public uint TimeoutInMilliseconds { get; set; }Public ReadWrite Property TimeoutInMilliseconds As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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.

Methods

ClearPrivatePayload() ClearPrivatePayload() ClearPrivatePayload() ClearPrivatePayload()

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 : static void ClearPrivatePayload()public static void ClearPrivatePayload()Public Static Function ClearPrivatePayload() As void// You can use this method in JavaScript.

GetMetricResult(XboxLiveDeviceAddress, XboxLiveQualityOfServiceMetric) GetMetricResult(XboxLiveDeviceAddress, XboxLiveQualityOfServiceMetric) GetMetricResult(XboxLiveDeviceAddress, XboxLiveQualityOfServiceMetric) GetMetricResult(XboxLiveDeviceAddress, XboxLiveQualityOfServiceMetric)

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 : XboxLiveQualityOfServiceMetricResult GetMetricResult(XboxLiveDeviceAddress deviceAddress, XboxLiveQualityOfServiceMetric metric)public XboxLiveQualityOfServiceMetricResult GetMetricResult(XboxLiveDeviceAddress deviceAddress, XboxLiveQualityOfServiceMetric metric)Public Function GetMetricResult(deviceAddress As XboxLiveDeviceAddress, metric As XboxLiveQualityOfServiceMetric) As XboxLiveQualityOfServiceMetricResult// You can use this method in JavaScript.
Parameters
deviceAddress
XboxLiveDeviceAddress XboxLiveDeviceAddress XboxLiveDeviceAddress XboxLiveDeviceAddress

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.

metric
XboxLiveQualityOfServiceMetric XboxLiveQualityOfServiceMetric XboxLiveQualityOfServiceMetric XboxLiveQualityOfServiceMetric

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.

Returns

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.

GetMetricResultsForDevice(XboxLiveDeviceAddress) GetMetricResultsForDevice(XboxLiveDeviceAddress) GetMetricResultsForDevice(XboxLiveDeviceAddress) GetMetricResultsForDevice(XboxLiveDeviceAddress)

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 : IVectorView<XboxLiveQualityOfServiceMetricResult> GetMetricResultsForDevice(XboxLiveDeviceAddress deviceAddress)public IReadOnlyList<XboxLiveQualityOfServiceMetricResult> GetMetricResultsForDevice(XboxLiveDeviceAddress deviceAddress)Public Function GetMetricResultsForDevice(deviceAddress As XboxLiveDeviceAddress) As IReadOnlyList( Of XboxLiveQualityOfServiceMetricResult )// You can use this method in JavaScript.
Parameters
deviceAddress
XboxLiveDeviceAddress XboxLiveDeviceAddress XboxLiveDeviceAddress XboxLiveDeviceAddress

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.

Returns
IVectorView<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult>

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.

GetMetricResultsForMetric(XboxLiveQualityOfServiceMetric) GetMetricResultsForMetric(XboxLiveQualityOfServiceMetric) GetMetricResultsForMetric(XboxLiveQualityOfServiceMetric) GetMetricResultsForMetric(XboxLiveQualityOfServiceMetric)

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 : IVectorView<XboxLiveQualityOfServiceMetricResult> GetMetricResultsForMetric(XboxLiveQualityOfServiceMetric metric)public IReadOnlyList<XboxLiveQualityOfServiceMetricResult> GetMetricResultsForMetric(XboxLiveQualityOfServiceMetric metric)Public Function GetMetricResultsForMetric(metric As XboxLiveQualityOfServiceMetric) As IReadOnlyList( Of XboxLiveQualityOfServiceMetricResult )// You can use this method in JavaScript.
Parameters
metric
XboxLiveQualityOfServiceMetric XboxLiveQualityOfServiceMetric XboxLiveQualityOfServiceMetric XboxLiveQualityOfServiceMetric

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.

Returns
IVectorView<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult> IReadOnlyList<XboxLiveQualityOfServiceMetricResult>

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.

GetPrivatePayloadResult(XboxLiveDeviceAddress) GetPrivatePayloadResult(XboxLiveDeviceAddress) GetPrivatePayloadResult(XboxLiveDeviceAddress) GetPrivatePayloadResult(XboxLiveDeviceAddress)

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 : XboxLiveQualityOfServicePrivatePayloadResult GetPrivatePayloadResult(XboxLiveDeviceAddress deviceAddress)public XboxLiveQualityOfServicePrivatePayloadResult GetPrivatePayloadResult(XboxLiveDeviceAddress deviceAddress)Public Function GetPrivatePayloadResult(deviceAddress As XboxLiveDeviceAddress) As XboxLiveQualityOfServicePrivatePayloadResult// You can use this method in JavaScript.
Parameters
deviceAddress
XboxLiveDeviceAddress XboxLiveDeviceAddress XboxLiveDeviceAddress XboxLiveDeviceAddress

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.

Returns

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.

MeasureAsync() MeasureAsync() MeasureAsync() MeasureAsync()

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 : IAsyncAction MeasureAsync()public IAsyncAction MeasureAsync()Public Function MeasureAsync() As IAsyncAction// You can use this method in JavaScript.
Returns

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.

PublishPrivatePayloadBytes(Byte[]) PublishPrivatePayloadBytes(Byte[]) PublishPrivatePayloadBytes(Byte[]) PublishPrivatePayloadBytes(Byte[])

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 : static void PublishPrivatePayloadBytes(Byte[] payload)public static void PublishPrivatePayloadBytes(Byte[] payload)Public Static Function PublishPrivatePayloadBytes(payload As Byte[]) As void// You can use this method in JavaScript.
Parameters
payload
Byte[] Byte[] Byte[] Byte[]

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.