Freigeben über


DialApp.StopAsync Methode

Definition

Beendet die App auf dem Remotegerät, wenn das Remotegerät diese Funktionalität unterstützt.

public:
 virtual IAsyncOperation<DialAppStopResult> ^ StopAsync() = StopAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DialAppStopResult> StopAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DialAppStopResult> StopAsync();
function stopAsync()
Public Function StopAsync () As IAsyncOperation(Of DialAppStopResult)

Gibt zurück

Das Ergebnis des Sendens der Anforderung zum Beenden der App.

Attribute

Gilt für:

Weitere Informationen