VpnManagementAgent.DisconnectProfileAsync(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 déconnecte d’un profil VPN connecté.
public:
virtual IAsyncOperation<VpnManagementErrorStatus> ^ DisconnectProfileAsync(IVpnProfile ^ profile) = DisconnectProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> DisconnectProfileAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> DisconnectProfileAsync(IVpnProfile profile);
function disconnectProfileAsync(profile)
Public Function DisconnectProfileAsync (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
|