Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 CompleteExecutionContext Method (Ac...
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.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)
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
)
ExceptionCondition
ArgumentNullException

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

ArgumentException

childContext is not contained in this instance's ExecutionContexts.

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker