wake()
Handle a wake event.
Declaration
func wake()Discussion
This method is called by the system when the device wakes up from sleep mode.
NEProvider subclasses should override this method if the provider needs to perform any tasks when the device wakes up, such as reconnecting a tunnel connection.