PhoneLineTransportDevice.ConnectAsync 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.
Tente d’établir de manière asynchrone une connexion avec l’appareil.
public:
virtual IAsyncOperation<bool> ^ ConnectAsync() = ConnectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ConnectAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ConnectAsync();
function connectAsync()
Public Function ConnectAsync () As IAsyncOperation(Of Boolean)
Retours
IAsyncOperation qui représente la connexion status une fois l’opération terminée. Contient true si connecté, et false dans le cas contraire.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneLineTransportManagement
|