.NET Framework Class Library
ActivityExecutionContextManager..::.CompleteExecutionContext Method (ActivityExecutionContext)

Marks an execution context as completed.

Namespace:  System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Syntax

Visual Basic (Declaration)
Public Sub CompleteExecutionContext ( _
    childContext As ActivityExecutionContext _
)
Visual Basic (Usage)
Dim instance As ActivityExecutionContextManager
Dim childContext As ActivityExecutionContext

instance.CompleteExecutionContext(childContext)
C#
public void CompleteExecutionContext(
    ActivityExecutionContext childContext
)
Visual C++
public:
void CompleteExecutionContext(
    ActivityExecutionContext^ childContext
)
JScript
public function CompleteExecutionContext(
    childContext : ActivityExecutionContext
)
Exceptions

ExceptionCondition
ArgumentNullException

childContext is a null reference (Nothing in Visual Basic).

ArgumentException

childContext is not contained in this instance's ExecutionContexts.

Remarks

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.

.NET Framework Security

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker