WorkflowInteropEventReceiver.WorkflowCompleted method

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.

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

Syntax

'Declaration
Public Overrides Sub WorkflowCompleted ( _
    properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As WorkflowInteropEventReceiver
Dim properties As SPWorkflowEventProperties

instance.WorkflowCompleted(properties)
public override void WorkflowCompleted(
    SPWorkflowEventProperties properties
)

Parameters

Implements

ISPWorkflowEventReceiver.WorkflowCompleted(SPWorkflowEventProperties)

See also

Reference

WorkflowInteropEventReceiver class

WorkflowInteropEventReceiver members

Microsoft.SharePoint.WorkflowServices namespace