共用方式為


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 是選擇性的。 應用程式服務的端點不需要傳回要求的回應。

適用於

另請參閱