SendReply.PersistBeforeSend 属性

定义

获取或设置一个值,该值指定是否应在发送消息前保留工作流服务实例。Gets or sets a value that specifies whether the workflow service instance should be persisted before sending the message.

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

属性值

Boolean

如果应在发送该消息前保留该工作流服务,则为 true;否则,为 falsetrue if the workflow service should be persisted before sending the message;otherwise false.

适用于