.NET Framework Class Library
SequenceActivity.Cancel Method
Cancels the execution of the activity.
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.ActivityExecutionStatusThe ActivityExecutionStatus of the activity after canceling the execution.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.0See Also