XboxLiveQualityOfServiceMetricResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XboxLiveQualityOfServiceMetricResult オブジェクトは、特定のメトリックの単一の測定値からリモート デバイスにデータをカプセル化します。
重要
この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。
public ref class XboxLiveQualityOfServiceMetricResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class XboxLiveQualityOfServiceMetricResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class XboxLiveQualityOfServiceMetricResult
Public NotInheritable Class XboxLiveQualityOfServiceMetricResult
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Xbox One System Apps Extensions for the UWP (10.0.0.1 で導入)
Xbox Live Extension SDK (10.0.10240.0 で導入) Xbox One Extensions for the UWP (10.0.10240.0 で導入) Windows Desktop Extension SDK (10.0.16299.0 で導入) |
API contract |
Windows.Networking.XboxLive.XboxLiveSecureSocketsContract (v1.0 で導入)
|
プロパティ
DeviceAddress |
測定のターゲットであったリモート デバイスのアドレスを取得します。 重要 この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。 |
Metric |
この結果で測定された特定のメトリックを取得します。 重要 この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。 |
Status |
測定の状態を取得します。 重要 この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。 |
Value |
測定値の値を取得します。 重要 この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。 |