WorkflowServiceAttributes 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 WorkflowServiceAttributes 类的新实例。
public:
WorkflowServiceAttributes();
public WorkflowServiceAttributes ();
Public Sub New ()
示例
下面的示例演示如何创建 WorkflowServiceAttributes 类的新实例。
WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
Dim attributes As New WorkflowServiceAttributes()
注解
当创建父级 ReceiveActivity 活动时通常会调用此构造函数。