Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The method that is called by the workflow runtime when this activity has completed execution.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Sub OnSequenceComplete ( _
executionContext As ActivityExecutionContext _
)
'Usage
Dim executionContext As ActivityExecutionContext
Me.OnSequenceComplete(executionContext)
protected override void OnSequenceComplete(
ActivityExecutionContext executionContext
)
Parameters
executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContextThe context that is associated with this activity.
Remarks
This override throws an ArgumentNullException if the executionContext is null .
This method resets executing information about the current workflow instance.
See Also
Reference
ImpersonationSequenceActivity Class