DispatcherSynchronizationElement.MaxPendingReceives Egenskap

Definition

Hämtar eller anger det maximala antalet mottagna meddelanden som kan bufferas av avsändaren.

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

Egenskapsvärde

Ett tal som representerar en mängd meddelanden.

Attribut

Gäller för