SendReply.PersistBeforeSend Property

Definition

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

Property Value

true if the workflow service should be persisted before sending the message;otherwise false.

Applies to

See also