AddInManager.InstallAddInAsync Method

 

Asynchronously installs the add-in package.

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

Overload List

Name Description
System_CAPS_pubmethod InstallAddInAsync(Package, ClientInstallFilter)

Asynchronously installs the specified add-in package.

System_CAPS_pubmethod InstallAddInAsync(Uri, String, Guid, ClientInstallFilter)

Asynchronously downloads and installs the add-in package from the specified address.

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top