This documentation is archived and is not being maintained.
CompensationHandlerActivity Class
Visual Studio 2008
Specifies workflow logic that undoes, or compensates for, the successful execution of the associated CompositeActivity. This class cannot be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
'Declaration <ToolboxBitmapAttribute(GetType(CompensationHandlerActivity), "Resources.Compensation.png")> _ <AlternateFlowActivityAttribute> _ Public NotInheritable Class CompensationHandlerActivity _ Inherits CompositeActivity _ Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs) 'Usage Dim instance As CompensationHandlerActivity
Any Activity definition can implement ICompensatableActivity. The parent of a CompensationHandlerActivity must implement this interface.
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.ComponentModel.CompensationHandlerActivity
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.ComponentModel.CompensationHandlerActivity
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.
Show: