AppServiceRequest.SendResponseAsync(ValueSet) Methode

Definition

Sendet eine Antwort auf eine empfangene Anforderung.

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)

Parameter

message
ValueSet

Die Nachricht, die Sie in die Antwort einschließen möchten.

Gibt zurück

Ein asynchroner Vorgang zum Senden der Antwort.

Attribute

Hinweise

Das Aufrufen von AppServiceRequest ist optional. Ein Endpunkt für einen App-Dienst muss keine Antwort auf eine Anforderung zurückgeben.

Gilt für:

Weitere Informationen