DispatcherSynchronizationBehavior.MaxPendingReceives Property

Definition

Gets or sets the maximum number of receives that can be processed at one time.

public:
 property int MaxPendingReceives { int get(); void set(int value); };
public int MaxPendingReceives { get; set; }
member this.MaxPendingReceives : int with get, set
Public Property MaxPendingReceives As Integer

Property Value

The maximum number of receives that can be processed at one time.

Applies to