Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

vpnforegroundactivationoperation_complete_1656373823.md

File metadata and controls

29 lines (18 loc) · 1.07 KB
-api-id -api-type
M:Windows.Networking.Vpn.VpnForegroundActivationOperation.Complete(Windows.Foundation.Collections.ValueSet)
winrt method

Windows.Networking.Vpn.VpnForegroundActivationOperation.Complete(Windows.Foundation.Collections.ValueSet)

-description

Represents a VPN foreground operation. When you're done handling a foreground operation, you must call Complete from your foreground app to mark that the activation is done. Doing so will resume the control flow in the plugin. See VpnChannel.ActivateForeground.

-parameters

-param result

A ValueSet of values that you want to be returned to the IVpnPlugin.Connect call. The ValueSet will be returned to the plugin, allowing you to pass information from the foreground app to the plugin task.

-remarks

-see-also

-examples

-capabilities

networkingVpnProvider