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 installs the specified add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void InstallAddInAsync(
Package p,
ClientInstallFilter installOnClients
)
public:
void InstallAddInAsync(
Package^ p,
ClientInstallFilter^ installOnClients
)
Public Sub InstallAddInAsync (
p As Package,
installOnClients As ClientInstallFilter
)
Parameters
p
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.PackageThe add-in package to install.
installOnClients
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilterThe filter that defines the method for installing the add-in on client computers.
Exceptions
| Exception | Condition |
|---|---|
| AddInException | An internal error occurred by using the provider. |
See Also
InstallAddInAsync Overload
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top