Run the VPN service.
#include <vpnext/vpn_ext_api.h>
VPN_EXT_PUBLIC errno_t vpn_ext_run_service(vpn_ext_context context, unsigned int run_timeout)
BlackBerry 10.2.0
The VPN Extension context.
The timeout period (in seconds). When this timeout period elapses, if there are no client connections, this function will return. If 0 is provided, a default value is used as the timeout period.
Success.
One or more invalid parameters were specified.