AppServiceResponse Klasse

Definition

Stellt die Nachricht dar, die der App-Dienst als Antwort auf eine Anforderung gesendet hat. App-Dienste ermöglichen die App-zu-App-Kommunikation, indem Sie Dienste von Ihrer universellen Windows-App für andere universelle Windows-Apps bereitstellen können.

public ref class AppServiceResponse sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppServiceResponse final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppServiceResponse final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppServiceResponse
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppServiceResponse
Public NotInheritable Class AppServiceResponse
Vererbung
Object Platform::Object IInspectable AppServiceResponse
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

In JavaScript wird ein instance dieser Klasse an den Ereignishandler übergeben, den Sie für den Vorgang implementieren, den die AppServiceConnection.SendMessageAsync-Methode zurückgibt.

Eigenschaften

Message

Ruft die Nachricht ab, die die Antwort des App-Diensts enthält.

Status

Ruft die status für die Antwort vom App Service ab.

Gilt für:

Weitere Informationen