Share via


WorkflowInteropEventReceiver members

Supports SharePoint workflow interop by raising a completion event when a Windows Workflow Foundation 3 workflow has completed; the class then passes a notification to the Windows Workflow Foundation 4 workflow instance running in the Workflow Manager that initiated the operation.

This class enables interoperability between SharePoint 2010 workflows and SharePoint 2013 workflows, which are based on Windows Workflow Foundation 4, by allowing SharePoint 2013 workflow instances to register events on, and receive completion events from, Windows Workflow Foundation 3 workflows.

The WorkflowInteropEventReceiver type exposes the following members.

Constructors

  Name Description
Public method WorkflowInteropEventReceiver Initializes a new instance of the WorkflowInteropEventReceiver class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WorkflowCompleted Notifies the running SharePoint 2013 workflow instance that execution of the SharePoint 2010 workflow has completed and that workflow execution is being handed back to the SharePoint 2013 workflow instance, along with properties that are specific to the workflow completion. (Overrides SPWorkflowEventReceiver.WorkflowCompleted(SPWorkflowEventProperties).)
Public method WorkflowPostponed A stub handler method for the SPEventReceiverType.WorkflowPostponed event. To handle this event, override this method in a derived class. (Inherited from SPWorkflowEventReceiver.)
Public method WorkflowStarted A stub handler method for the SPEventReceiverType.WorkflowStarted event. To handle this event, override this method in a derived class. (Inherited from SPWorkflowEventReceiver.)
Public method WorkflowStarting A stub handler method for the SPEventReceiverType.WorkflowStarting event. To handle this event, override this method in a derived class. (Inherited from SPWorkflowEventReceiver.)

Top

See also

Reference

WorkflowInteropEventReceiver class

Microsoft.SharePoint.WorkflowServices namespace