WorkflowInteropEventReceiver methods

The WorkflowInteropEventReceiver type exposes the following members.

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