Share via


DispatcherSynchronizationElement.MaxPendingReceives Proprietà

Definizione

Ottiene o imposta il numero massimo di messaggi ricevuti che può essere memorizzato nel buffer dal 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

Valore della proprietà

Int32

Numero che rappresenta una quantità di messaggi.

Attributi

Si applica a