UdpTransportSettingsElement.MaxPendingMessageCount Vlastnost

Definice

Získá nebo nastaví hodnotu MaxPendingMessageCount vlastnosti v elementu konfigurace přenosu UDP.

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

Hodnota vlastnosti

Int32

Maximální počet zpráv, které byly přijaty, ale nebyly dosud odebrány ze vstupní fronty pro jednotlivou instanci kanálu.

Atributy

Platí pro