ImpersonationSequenceActivity.OnWorkflowChangesCompleted Method

The method that is called by the workflow runtime after changes have been made to the collection activities of the ImpersonationSequenceActivity.

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

Syntax

'Declaration
Protected Overrides Sub OnWorkflowChangesCompleted ( _
    executionContext As ActivityExecutionContext _
)
'Usage
Dim executionContext As ActivityExecutionContext

Me.OnWorkflowChangesCompleted(executionContext)
protected override void OnWorkflowChangesCompleted(
    ActivityExecutionContext executionContext
)

Parameters

Remarks

This override defines the next process of the ImpersonationSequenceActivity according to the current executing status.

See Also

Reference

ImpersonationSequenceActivity Class

ImpersonationSequenceActivity Members

Microsoft.SharePoint.WorkflowActions Namespace