WorkflowInteropEventReceiver - Classe

Interopérabilité de flux de travail SharePoint prend en charge en déclenchant un événement d'achèvement lorsqu'un flux de travail Windows Workflow Foundation 3 est terminée ; la classe passe ensuite une notification à l'instance de workflow Windows Workflow Foundation 4 en cours d'exécution dans le Workflow Manager qui a initié l'opération.

Cette classe permet l'interopérabilité entre des flux de travail SharePoint 2010 et workflows SharePoint 2013 , qui sont basées sur Windows Workflow Foundation 4, en autorisant des instances de workflow enregistrer les événements, et de recevoir des événements de fin de flux de travail Windows Workflow Foundation 3 SharePoint 2013 .

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.SharePoint.WorkflowServices
Assembly :  Microsoft.SharePoint.WorkflowServices (dans Microsoft.SharePoint.WorkflowServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class WorkflowInteropEventReceiver _
    Inherits SPWorkflowEventReceiver
'Utilisation
Dim instance As WorkflowInteropEventReceiver
public sealed class WorkflowInteropEventReceiver : SPWorkflowEventReceiver

Remarques

Pour plus d'informations sur l'utilisation de SharePoint Interop dans Visual Studio, voir Using workflow interop for SharePoint 2013. Pour plus d'informations sur les fonctionnalités d'interopérabilité exposées dans SharePoint Designer 2013, voir Understanding Coordination Actions in SharePoint Designer 2013.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

WorkflowInteropEventReceiver - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms

Autres ressources

Using workflow interop for SharePoint 2013

Understanding Coordination Actions in SharePoint Designer 2013