AddInManager.PerformInstallationsAsync Method ()

 

Asynchronously installs the add-in package in the background on the local computer.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public void PerformInstallationsAsync()
public:
void PerformInstallationsAsync()
Public Sub PerformInstallationsAsync

Remarks

This method performs any installation, upgrade, or uninstallation of add-ins on the local computer. It is intended to be run on client computers.

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top