CompensateActivity 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
触发对实现 Activity 接口的已完成的子 ICompensatableActivity 的补偿。 此类不能被继承。
public ref class CompensateActivity sealed : System::Workflow::ComponentModel::Activity, System::Workflow::ComponentModel::IActivityEventListener<System::Workflow::ComponentModel::ActivityExecutionStatusChangedEventArgs ^>
[System.Drawing.ToolboxBitmap(typeof(System.Workflow.ComponentModel.CompensateActivity), "Resources.Compensate.png")]
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.ComponentModel.CompensateValidator))]
public sealed class CompensateActivity : System.Workflow.ComponentModel.Activity, System.Workflow.ComponentModel.IActivityEventListener<System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs>
[System.Drawing.ToolboxBitmap(typeof(System.Workflow.ComponentModel.CompensateActivity), "Resources.Compensate.png")]
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.ComponentModel.CompensateValidator))]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class CompensateActivity : System.Workflow.ComponentModel.Activity, System.Workflow.ComponentModel.IActivityEventListener<System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs>
[<System.Drawing.ToolboxBitmap(typeof(System.Workflow.ComponentModel.CompensateActivity), "Resources.Compensate.png")>]
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.ComponentModel.CompensateValidator))>]
type CompensateActivity = class
inherit Activity
interface IActivityEventListener<ActivityExecutionStatusChangedEventArgs>
[<System.Drawing.ToolboxBitmap(typeof(System.Workflow.ComponentModel.CompensateActivity), "Resources.Compensate.png")>]
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.ComponentModel.CompensateValidator))>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type CompensateActivity = class
inherit Activity
interface IActivityEventListener<ActivityExecutionStatusChangedEventArgs>
Public NotInheritable Class CompensateActivity
Inherits Activity
Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs)
- 继承
- 属性
- 实现
注解
备注
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
实现的任何 Activity 实现 ICompensatableActivity 都是可补偿的。 可以补偿的活动为 CompensateActivity 的有效目标,只要该活动是与 Activity 关联的 CompositeActivity 的子 CompensateActivity 即可。
构造函数
CompensateActivity() |
初始化 CompensateActivity 类的新实例。 |
CompensateActivity(String) |
使用活动名初始化 CompensateActivity 类的新实例。 |
字段
TargetActivityNameProperty |
表示针对 DependencyProperty 属性的 TargetActivityName。 |
属性
Description |
获取或设置 Activity 的用户定义说明。 (继承自 Activity) |
DesignMode |
获取一个值,该值指示此实例是处于设计模式还是运行时模式。 (继承自 DependencyObject) |
Enabled |
获取或设置一个值,该值指示是否启用此实例以供执行和验证。 (继承自 Activity) |
ExecutionResult |
获取最后一次尝试运行此实例产生的 ActivityExecutionResult。 (继承自 Activity) |
ExecutionStatus |
获取此实例的当前 ActivityExecutionStatus。 (继承自 Activity) |
IsDynamicActivity |
获取有关活动是否在工作流实例的默认 ActivityExecutionContext 中执行的信息。 (继承自 Activity) |
Name |
获取或设置此实例的名称。 此名称必须符合工作流项目中使用的编程语言的变量命名规则。 (继承自 Activity) |
Parent |
获取包含此 CompositeActivity 的 Activity。 (继承自 Activity) |
ParentDependencyObject |
获取 DependencyObject 图中的父 DependencyObject。 (继承自 DependencyObject) |
QualifiedName |
获取活动的限定名。 活动的限定名在工作流实例中始终是唯一的。 (继承自 Activity) |
Site |
获取或设置对 Site 的 DependencyObject 组件的引用。 (继承自 DependencyObject) |
TargetActivityName |
获取或设置要补偿的 Activity 的名称。 |
UserData |
获取一个 IDictionary,它将自定义数据与此类实例关联。 (继承自 DependencyObject) |
WorkflowInstanceId |
获取与实例关联的 Guid。 (继承自 Activity) |
方法
事件
Canceling |
在取消活动执行时发生。 (继承自 Activity) |
Closed |
在 Activity 完成执行时发生。 (继承自 Activity) |
Compensating |
在 Activity 上运行补偿方法时发生。 (继承自 Activity) |
Executing |
在运行 Activity 时发生。 (继承自 Activity) |
Faulting |
在实例的运行期间引发异常时发生。 (继承自 Activity) |
StatusChanged |
在运行中的 ActivityExecutionStatus 的 Activity 更改时发生。 (继承自 Activity) |
显式接口实现
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent(Object, ActivityExecutionStatusChangedEventArgs) |
定义发生订阅事件时的处理过程。 |
IComponent.Disposed |
表示处理组件的“Disposed”事件的方法。 (继承自 DependencyObject) |