WorkflowServiceAttributes 建構函式

定義

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

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

範例

下列範例將示範如何建立 WorkflowServiceAttributes 類別的新執行個體。

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

備註

當建立父 ReceiveActivity 活動時,通常會呼叫此建構函式。

適用於