共用方式為


CompensationHandlerActivity 建構函式

定義

初始化 CompensationHandlerActivity 類別的新執行個體。

多載

CompensationHandlerActivity()

初始化 CompensationHandlerActivity 類別的新執行個體。

CompensationHandlerActivity(String)

使用活動的名稱,初始化 CompensationHandlerActivity 類別的新執行個體。

CompensationHandlerActivity()

初始化 CompensationHandlerActivity 類別的新執行個體。

public:
 CompensationHandlerActivity();
public CompensationHandlerActivity ();
Public Sub New ()

範例

下列範例示範如何建立 CompensationHandlerActivity。 這個範例來自<補償 SDK>範例。 如需詳細資訊,請參閱 補償範例

this.CompensateOrder = new System.Workflow.ComponentModel.CompensationHandlerActivity();
Me.CompensateOrder = New System.Workflow.ComponentModel.CompensationHandlerActivity()

適用於

CompensationHandlerActivity(String)

使用活動的名稱,初始化 CompensationHandlerActivity 類別的新執行個體。

public:
 CompensationHandlerActivity(System::String ^ name);
public CompensationHandlerActivity (string name);
new System.Workflow.ComponentModel.CompensationHandlerActivity : string -> System.Workflow.ComponentModel.CompensationHandlerActivity
Public Sub New (name As String)

參數

name
String

包含這個執行個體名稱的字串。

例外狀況

activityName 為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於