AppServiceRequest.SendResponseAsync(ValueSet) メソッド

定義

受信した要求に応答を送信します。

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 の呼び出しは省略可能です。 アプリ サービスのエンドポイントは、要求に対する応答を返す必要はありません。

適用対象

こちらもご覧ください