Marks an execution context as completed.
Namespace:
System.Workflow.ComponentModel
Assembly:
System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Visual Basic (Declaration)
Public Sub CompleteExecutionContext ( _
childContext As ActivityExecutionContext _
)
Dim instance As ActivityExecutionContextManager
Dim childContext As ActivityExecutionContext
instance.CompleteExecutionContext(childContext)
public void CompleteExecutionContext(
ActivityExecutionContext childContext
)
public:
void CompleteExecutionContext(
ActivityExecutionContext^ childContext
)
public function CompleteExecutionContext(
childContext : ActivityExecutionContext
)
The workflow runtime enables this operation to succeed only if the activity in the execution context being completed is in the Closed state. The forcePersistBoolean parameter indicates whether the completed execution context should be persisted so that it is available for retrieval at a later time (for example, for compensation to run).
The overload of CompleteExecutionContext that does not have the forcePersist parameter effectively uses a value of false, so that by default, completed execution contexts are not persisted.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference