SendReply.PersistBeforeSend 属性

定义

获取或设置一个值,该值指定是否应在发送消息前保留工作流服务实例。

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

属性值

如果应在发送该消息前保留该工作流服务,则为 true;否则,为 false

适用于

另请参阅