次の方法で共有


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) です。

適用対象