Share via


SolutionRegistry.GetPendingSolutionDeploymentStatus Method

Returns the solution deployment status of a data-only SharePoint solution.

Namespace:  Microsoft.Office.BusinessApplications.Runtime.Deployment
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public Shared Function GetPendingSolutionDeploymentStatus ( _
    solutionId As String _
) As SolutionDeploymentStatus
'Usage
Dim solutionId As String
Dim returnValue As SolutionDeploymentStatus

returnValue = SolutionRegistry.GetPendingSolutionDeploymentStatus(solutionId)
public static SolutionDeploymentStatus GetPendingSolutionDeploymentStatus(
    string solutionId
)

Parameters

  • solutionId
    Type: System.String
    The solution identifier of a data-only solution.

Return Value

Type: Microsoft.Office.BusinessApplications.Runtime.Deployment.SolutionDeploymentStatus
The solution deployment status.

Exceptions

Exception Condition
ArgumentNullException

The solutionId is a null reference (Nothing in Visual Basic).

See Also

Reference

SolutionRegistry Class

SolutionRegistry Members

Microsoft.Office.BusinessApplications.Runtime.Deployment Namespace