Compartilhar via


VpnManagementAgent.DeleteProfileAsync(IVpnProfile) Método

Definição

Exclui um perfil VPN existente.

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)

Parâmetros

profile
IVpnProfile

Um objeto VpnProfile.

Retornos

Um valor de enumeração que indica o status do erro.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
networkingVpnProvider

Aplica-se a