AppServiceRequest.SendResponseAsync(ValueSet) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信した要求に応答を送信します。
public:
virtual IAsyncOperation<AppServiceResponseStatus> ^ SendResponseAsync(ValueSet ^ message) = SendResponseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppServiceResponseStatus> SendResponseAsync(ValueSet const& message);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppServiceResponseStatus> SendResponseAsync(ValueSet message);
function sendResponseAsync(message)
Public Function SendResponseAsync (message As ValueSet) As IAsyncOperation(Of AppServiceResponseStatus)
パラメーター
- message
- ValueSet
応答に含めるメッセージ。
戻り値
応答を送信する非同期操作。
- 属性
注釈
AppServiceRequest の呼び出しは省略可能です。 アプリ サービスのエンドポイントは、要求に対する応答を返す必要はありません。