Edit

Share via


MultiplayerQualityOfServiceMeasurements Constructor

Definition

Creates a new MultiplayerQualityOfServiceMeasurements object for a session member.

[Windows.Foundation.Metadata.Overload("CreateInstance1")]
public MultiplayerQualityOfServiceMeasurements (string memberDeviceToken, Windows.Foundation.TimeSpan latency, ulong bandwidthDownInKilobitsPerSecond, ulong bandwidthUpInKilobitsPerSecond, string customJson);
new Microsoft.Xbox.Services.Multiplayer.MultiplayerQualityOfServiceMeasurements : string * Windows.Foundation.TimeSpan * uint64 * uint64 * string -> Microsoft.Xbox.Services.Multiplayer.MultiplayerQualityOfServiceMeasurements
Public Sub New (memberDeviceToken As String, latency As TimeSpan, bandwidthDownInKilobitsPerSecond As ULong, bandwidthUpInKilobitsPerSecond As ULong, customJson As String)

Parameters

memberDeviceToken
String

The device token of the session member that this measurement is for.

latency
Windows.Foundation.TimeSpan

The measured latency, in milliseconds, for the session member.

bandwidthDownInKilobitsPerSecond
UInt64

The minimum bandwidth down, in kilobits per second, for downloading data from the host to the session member.

bandwidthUpInKilobitsPerSecond
UInt64

The minimum bandwidth up, in kilobits per second, for uploading data from the session member to the host.

customJson
String

A JSON string that specifies the custom QoS properties.

Attributes
Windows.Foundation.Metadata.OverloadAttribute

Applies to