VmmAddInBase.OnFinalRevoke Method ()

 

Applies To: System Center 2016 - Virtual Machine Manager

Called by the N:System.Addin framework. Calls the OnUnload method.

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

Syntax

protected override void OnFinalRevoke()
protected:
virtual void OnFinalRevoke() override
override OnFinalRevoke : unit -> unit
Protected Overrides Sub OnFinalRevoke

Remarks

Do not override this method. Instead, use the OnUnload method,

See Also

VmmAddInBase Class
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace

Return to top