Marks an execution context as completed.
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 )
childContext is a null reference (Nothing in Visual Basic).
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