Compartilhar via


OnProjectCommit.Execute método

Executa a atividade de fluxo de trabalho OnProjectCommit .

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

Sintaxe

'Declaração
Protected Overrides Function Execute ( _
    executionContext As ActivityExecutionContext _
) As ActivityExecutionStatus
'Uso
Dim executionContext As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

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

Parâmetros

Valor retornado

Tipo: System.Workflow.ComponentModel.ActivityExecutionStatus

Ver também

Referência

OnProjectCommit classe

OnProjectCommit membros

Microsoft.Office.Project.Server.Workflow namespace