VpnManagementAgent.DeleteProfileAsync(IVpnProfile) Methode

Definition

Löscht ein vorhandenes VPN-Profil.

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)

Parameter

profile
IVpnProfile

Ein VpnProfile-Objekt .

Gibt zurück

Ein Enumerationswert, der den fehler status angibt.

Attribute

Windows-Anforderungen

App-Funktionen
networkingVpnProvider

Gilt für: