다음을 통해 공유


IPSWorkflowService.SetInitialStages Method

Updates the status information for the specified workflow stages.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Sub SetInitialStages ( _
    workflowContext As ProjectWorkflowContext, _
    stageInfo As DataSet _
)
'Usage
Dim instance As IPSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim stageInfo As DataSet

instance.SetInitialStages(workflowContext, _
    stageInfo)
void SetInitialStages(
    ProjectWorkflowContext workflowContext,
    DataSet stageInfo
)

Parameters

See Also

Reference

IPSWorkflowService Interface

IPSWorkflowService Members

Microsoft.Office.Project.Server.Library Namespace