次の方法で共有


WorkflowServiceAttributes コンストラクター

定義

WorkflowServiceAttributes クラスの新しいインスタンスを初期化します。

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

次の例は、WorkflowServiceAttributes クラスの新しいインスタンスを作成する方法を示しています。

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
Dim attributes As New WorkflowServiceAttributes()

注釈

ReceiveActivity アクティビティが作成される場合に、このコンストラクターは通常呼び出されます。

適用対象