AppServiceRequest.SendResponseAsync(ValueSet) Metodo

Definizione

Invia una risposta a una richiesta ricevuta.

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)

Parametri

message
ValueSet

Messaggio da includere nella risposta.

Restituisce

Operazione asincrona per inviare la risposta.

Attributi

Commenti

La chiamata ad AppServiceRequest è facoltativa. Un endpoint per un servizio app non deve restituire una risposta a una richiesta.

Si applica a

Vedi anche