Compartilhar via


WorkflowInteropEventReceiver class

Oferece suporte à interoperabilidade de fluxo de trabalho do SharePoint, gerando um evento de conclusão quando um fluxo de trabalho Windows Workflow Foundation 3 foi concluída; a classe, em seguida, passa uma notificação para a instância de fluxo de trabalho de Windows Workflow Foundation 4 executando em Workflow Manager que iniciou a operação.

Esta classe permite a interoperabilidade entre fluxos de trabalho de SharePoint 2010 e fluxos de trabalho de SharePoint 2013 , que são baseados em Windows Workflow Foundation 4, permitindo SharePoint 2013 instâncias de fluxo de trabalho registrar eventos e receber eventos de conclusão de fluxos de trabalho de Windows Workflow Foundation 3.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPEventReceiverBase
    Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver
      Microsoft.SharePoint.WorkflowServices.WorkflowInteropEventReceiver

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)

Syntax

'Declaração
Public NotInheritable Class WorkflowInteropEventReceiver _
    Inherits SPWorkflowEventReceiver
'Uso
Dim instance As WorkflowInteropEventReceiver
public sealed class WorkflowInteropEventReceiver : SPWorkflowEventReceiver

Comentários

Para obter informações sobre como usar a interoperabilidade do SharePoint em Visual Studio, consulte Using workflow interop for SharePoint 2013. Para obter informações sobre interoperabilidade funcionalidade exposta no SharePoint Designer 2013, consulte Understanding Coordination Actions in SharePoint Designer 2013.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

WorkflowInteropEventReceiver members

Microsoft.SharePoint.WorkflowServices namespace

Outros recursos

Using workflow interop for SharePoint 2013

Understanding Coordination Actions in SharePoint Designer 2013