Partager via


VpnManagementAgent.DeleteProfileAsync(IVpnProfile) Méthode

Définition

Supprime un profil VPN existant.

public:
 virtual IAsyncOperation<VpnManagementErrorStatus> ^ DeleteProfileAsync(IVpnProfile ^ profile) = DeleteProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> DeleteProfileAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> DeleteProfileAsync(IVpnProfile profile);
function deleteProfileAsync(profile)
Public Function DeleteProfileAsync (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

S’applique à