MCPcopy Create free account
hub / github.com/YtFlow/Maple / Run

Method Run

Maple.Task/VpnTask.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace winrt::Maple_Task::implementation
7{
8 void VpnTask::Run(Windows::ApplicationModel::Background::IBackgroundTaskInstance const& taskInstance)
9 {
10 Windows::Networking::Vpn::VpnChannel::ProcessEventAsync(*VpnPluginInstance, taskInstance.TriggerDetails());
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected