DispatcherSynchronizationElement.MaxPendingReceives Property

Definition

Gets or sets the maximum number of received messages that can be buffered by the dispatcher.

public:
 property int MaxPendingReceives { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingReceives", DefaultValue=1)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingReceives { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingReceives", DefaultValue=1)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingReceives : int with get, set
Public Property MaxPendingReceives As Integer

Property Value

A number that represents a quantity of messages.

Attributes

Applies to