DispatcherSynchronizationElement.MaxPendingReceives Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę odebranych komunikatów, które mogą być buforowane przez dyspozytora.

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

Wartość właściwości

Int32

Liczba reprezentująca liczbę komunikatów.

Atrybuty

Dotyczy