SqlWorkflowPersistenceService.UnlockWorkflowInstanceState(Activity) Method

Definition

Unlocks access to the specified workflow instance state.

protected internal override void UnlockWorkflowInstanceState(System.Workflow.ComponentModel.Activity rootActivity);

Parameters

rootActivity
Activity

An Activity that represents the root activity of the workflow instance.

Remarks

This method is used by the workflow runtime to unlock a workflow instance state in the data store without persistence and is called by the workflow runtime if the runtime must unlock the state without persisting, for example, in the case of an Abort.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1