Share via


WorkflowServiceAttributes 构造函数

定义

初始化 WorkflowServiceAttributes 类的新实例。

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

示例

下面的示例演示如何创建 WorkflowServiceAttributes 类的新实例。

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

注解

当创建父级 ReceiveActivity 活动时通常会调用此构造函数。

适用于