WorkflowService.AllowBufferedReceive Property

Definition

Gets or sets a value that indicates whether the workflow service has buffered receive processing enabled for incoming messages.

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

Property Value

true if the workflow service has buffered receive processing enabled for incoming messages; otherwise, false.

Remarks

The buffered receive feature enables a workflow service to process out-of-order messages without relying on complicated poison message handling.

Applies to