shutdown


Description:

[ Version ( since = "1.12" ) ]
public void shutdown ()

Shutdown the this and disconnect from D-Bus.

After this, the plugin instance is dead and should no longer be used. It ensures to get no more requests from D-Bus. In principle, you don't need to shutdown the plugin, disposing the instance has the same effect. However, this gives a way to deactivate the plugin before giving up the last reference.

Parameters:

this

the VpnServicePlugin instance