Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously uninstalls an add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void UninstallAddInAsync(
Guid id
)
public:
void UninstallAddInAsync(
Guid id
)
Public Sub UninstallAddInAsync (
id As Guid
)
Parameters
id
Type: System.GuidThe identifier of the add-in package.
Remarks
This method can only be called on the server.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top