DialApp.StopAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Arrête l’application sur l’appareil distant, si l’appareil distant prend en charge cette fonctionnalité.
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)
Retours
Résultat de l’envoi de la demande d’arrêt de l’application.
- Attributs