Freigeben über


OnProjectCheckIn.Execute-Methode

Führt die OnProjectCheckIn Workflowaktivität.

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

Syntax

'Declaration
Protected Overrides Function Execute ( _
    executionContext As ActivityExecutionContext _
) As ActivityExecutionStatus
'Usage
Dim executionContext As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

returnValue = Me.Execute(executionContext)
protected override ActivityExecutionStatus Execute(
    ActivityExecutionContext executionContext
)

Parameter

Rückgabewert

Typ: System.Workflow.ComponentModel.ActivityExecutionStatus
Ein Aufzählungswert, der den Status einer Aktivität innerhalb einer ausgeführten Workflowinstanz entspricht.

Siehe auch

Referenz

OnProjectCheckIn Klasse

OnProjectCheckIn-Member

Microsoft.Office.Project.Server.Workflow-Namespace