SequenceActivity.Cancel Method (System.Workflow.Activities)

Switch View :
ScriptFree
.NET Framework Class Library
SequenceActivity.Cancel Method

Cancels the execution of the activity.

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

Visual Basic (Declaration)
Protected Overrides Function Cancel ( _
	executionContext As ActivityExecutionContext _
) As ActivityExecutionStatus
Visual Basic (Usage)
Dim executionContext As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

returnValue = Me.Cancel(executionContext)
C#
protected override ActivityExecutionStatus Cancel(
	ActivityExecutionContext executionContext
)
Visual C++
protected:
virtual ActivityExecutionStatus Cancel(
	ActivityExecutionContext^ executionContext
) override
JScript
protected override function Cancel(
	executionContext : ActivityExecutionContext
) : ActivityExecutionStatus

Parameters

executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContext
The execution context of the activity.

Return Value

Type: System.Workflow.ComponentModel.ActivityExecutionStatus
The ActivityExecutionStatus of the activity after canceling the execution.
.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

Other Resources