SqlWorkflowPersistenceService.SaveCompletedContextActivity(Activity) Method

Definition

Saves the state of the specified completed scope.

protected public:
 override void SaveCompletedContextActivity(System::Workflow::ComponentModel::Activity ^ completedScopeActivity);
protected internal override void SaveCompletedContextActivity (System.Workflow.ComponentModel.Activity completedScopeActivity);
override this.SaveCompletedContextActivity : System.Workflow.ComponentModel.Activity -> unit
Protected Friend Overrides Sub SaveCompletedContextActivity (completedScopeActivity As Activity)

Parameters

completedScopeActivity
Activity

An Activity that represents the completed scope.

Remarks

completedScopeActivity is serialized and added to the WorkBatch.

Applies to