次の方法で共有


DialReceiverApp クラス

定義

サーバー アプリが要求されたデータを DIAL REST サービスに提供するためのメカニズムを提供します。これは、クライアント アプリによってクエリを実行できます。

public ref class DialReceiverApp sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DialReceiverApp final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DialReceiverApp
Public NotInheritable Class DialReceiverApp
継承
Object Platform::Object IInspectable DialReceiverApp
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

Current プロパティにアクセスして、このクラスのインスタンスを取得します。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1803 17134 GetUniqueDeviceNameAsync

プロパティ

Current

DialReceiverApp クラスのインスタンスを取得します。

メソッド

GetAdditionalDataAsync()

SetAdditionalDataAsync で以前に設定されたデータを表すキーと値のペアのマップを取得します。

GetUniqueDeviceNameAsync()

DIAL サーバー デバイスの一意のデバイス名を非同期的に取得します。

SetAdditionalDataAsync(IIterable<KeyValuePair<String,String>>)

クライアント アプリからクエリを実行できるように、キーと値のペアのデータセットを DIAL REST サービスに送信するためにサーバー アプリによって使用されます。

適用対象