Sdílet prostřednictvím


DispatcherSynchronizationElement.MaxPendingReceives Vlastnost

Definice

Získá nebo nastaví maximální počet přijatých zpráv, které může dispečer vyukládat do vyrovnávací paměti.

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

Hodnota vlastnosti

Int32

Číslo představující množství zpráv.

Atributy

Platí pro