AddInManager.RedeployAddInAsync Method (Guid)

 

Asynchronously redeploys the add-in package with the specified identifier.

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

Syntax

public void RedeployAddInAsync(
    Guid id
)
public:
void RedeployAddInAsync(
    Guid id
)
Public Sub RedeployAddInAsync (
    id As Guid
)

Parameters

  • id
    Type: System.Guid

    The identifier of the add-in package.

Remarks

This method can only be called on the server and has no affect if an add-in does not exist with the specified identifier.

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top