VmmAddInBase::OnUnload Method ()

System Center
 

Updated: June 20, 2017

Applies To: System Center 2016 - Virtual Machine Manager

Called when the add-in is unloaded.

Namespace:   Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly:  Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)

public:
virtual void OnUnload()

This method should be overridden if any cleanup must occur before the console is shutdown or the add-in is removed from the system. For example, if you connected to a database, you would override this method and close those connections.

Return to top
Show: