ICompensatableActivity インターフェイス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Activity を補正するために必要なインターフェイスを定義します。

public interface class ICompensatableActivity
public interface ICompensatableActivity
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface ICompensatableActivity
type ICompensatableActivity = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ICompensatableActivity = interface
Public Interface ICompensatableActivity
派生
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

補正の詳細については、「 ワークフローでのトランザクションの使用」を参照してください。

メソッド

Compensate(ActivityExecutionContext)
古い.

ワークフロー ランタイムが、クローズド状態のアクティビティを補正するために呼び出します。 アクティビティを補正するためには、Succeeded プロパティの値が ExecutionResult でなければなりません。

適用対象

こちらもご覧ください