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
派生
属性

注釈

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

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

メソッド

名前 説明
Compensate(ActivityExecutionContext)
古い.

Closed 状態のアクティビティを補正するためにワークフロー ランタイムによって呼び出されます。 アクティビティを補正するには、そのExecutionResultプロパティの値が Succeeded である必要があります。

適用対象