WorkflowInteropEventReceiver.WorkflowCompleted method
Notifica a instância de fluxo de trabalho SharePoint 2013 em execução que concluiu a execução do fluxo de trabalho SharePoint 2010 e execução de fluxo de trabalho está sendo devolvida à instância de fluxo de trabalho SharePoint 2013 , juntamente com propriedades que são específicas para a conclusão do fluxo de trabalho.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)
Syntax
'Declaração
Public Overrides Sub WorkflowCompleted ( _
properties As SPWorkflowEventProperties _
)
'Uso
Dim instance As WorkflowInteropEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowCompleted(properties)
public override void WorkflowCompleted(
SPWorkflowEventProperties properties
)
Parâmetros
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesPropriedades específicas para a conclusão do fluxo de trabalho.
Implements
ISPWorkflowEventReceiver.WorkflowCompleted(SPWorkflowEventProperties)
Ver também
Referência
WorkflowInteropEventReceiver class