Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 943 Bytes

ivpnchannelstatics_processeventasync_1190258170.md

File metadata and controls

30 lines (20 loc) · 943 Bytes
-api-id -api-type
M:Windows.Networking.Vpn.IVpnChannelStatics.ProcessEventAsync(System.Object,System.Object)
winrt method

Windows.Networking.Vpn.IVpnChannelStatics.ProcessEventAsync

-description

A VPN plug-in must always call this function in its background tasks Run() method.

-parameters

-param thirdPartyPlugIn

The plug-in to be processed.

-param event

The event object that was passed to the app from a background task Run method parameter. App code calling ProcessEventAsync treats this object as an opaque blob it is passing from the background task to the event processing code. (In the event processing code, the object will be understood and parsed appropriately.)

-remarks

-examples

-see-also

-capabilities

networkingVpnProvider