VpnForegroundActivationOperation Klasse

Definition

Stellt einen VPN-Vordergrundvorgang dar. Wenn Sie mit der Verarbeitung eines Vordergrundvorgangs fertig sind, müssen Sie die Complete-Methode aufrufen.

public ref class VpnForegroundActivationOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VpnForegroundActivationOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VpnForegroundActivationOperation
Public NotInheritable Class VpnForegroundActivationOperation
Vererbung
Object Platform::Object IInspectable VpnForegroundActivationOperation
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)
App-Funktionen
networkingVpnProvider

Methoden

Complete(ValueSet)

Stellt einen VPN-Vordergrundvorgang dar. Wenn Sie mit der Verarbeitung eines Vordergrundvorgangs fertig sind, müssen Sie Complete aus Ihrer Vordergrund-App aufrufen, um zu markieren, dass die Aktivierung abgeschlossen ist. Dadurch wird der Ablauf der Steuerung im Plug-In fortgesetzt. Siehe VpnChannel.ActivateForeground.

Gilt für: