MobileBroadbandModem.TryGetPcoAsync 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.
Récupère de façon asynchrone les données des options de configuration du protocole (PCO) pour le modem.
public:
virtual IAsyncOperation<MobileBroadbandPco ^> ^ TryGetPcoAsync() = TryGetPcoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandPco> TryGetPcoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandPco> TryGetPcoAsync();
function tryGetPcoAsync()
Public Function TryGetPcoAsync () As IAsyncOperation(Of MobileBroadbandPco)
Retours
Opération de récupération asynchrone. En cas de réussite de l’exécution, contient un objet MobileBroadbandPco représentant les données des options de configuration de protocole (PCO).
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
|