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 是可选的。 应用服务的终结点不必向请求返回响应。

适用于

另请参阅