VpnManagementAgent.ConnectProfileAsync(IVpnProfile) 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.
Se connecte à un profil VPN existant.
public:
virtual IAsyncOperation<VpnManagementErrorStatus> ^ ConnectProfileAsync(IVpnProfile ^ profile) = ConnectProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> ConnectProfileAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> ConnectProfileAsync(IVpnProfile profile);
function connectProfileAsync(profile)
Public Function ConnectProfileAsync (profile As IVpnProfile) As IAsyncOperation(Of VpnManagementErrorStatus)
Paramètres
- profile
- IVpnProfile
Objet VpnProfile.
Retours
Valeur d’énumération indiquant l’état d’erreur.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|