Share via


ReceiveSettings.CanCreateInstance 属性

定义

获取或设置一个值,该值指示消息未关联到现有的工作流实例时是否创建一个新工作流实例来处理该消息。

public:
 property bool CanCreateInstance { bool get(); void set(bool value); };
public bool CanCreateInstance { get; set; }
member this.CanCreateInstance : bool with get, set
Public Property CanCreateInstance As Boolean

属性值

如果创建一个新工作流实例来处理该消息,则为 true;否则,为 false

适用于