AddInManager.GetInstalledAddInPackagesAsync Method ()
Asynchronously retrieves the value of the InstalledAddInPackages method and then calls GetAddInsCompleted method.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public bool GetInstalledAddInPackagesAsync()
public:
bool GetInstalledAddInPackagesAsync()
Public Function GetInstalledAddInPackagesAsync As Boolean
Return Value
Type: System.Boolean
If true, the operation started; otherwise, false. If the operation is already in progress, false is returned.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top