Udostępnij za pośrednictwem


UdpTransportElement.MaxPendingMessagesTotalSize Właściwość

Definicja

Pobiera lub ustawia wartość właściwości maksymalnego rozmiaru odebranego komunikatu w elemencie transportu UDP.

public:
 property long MaxPendingMessagesTotalSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxPendingMessagesTotalSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxPendingMessagesTotalSize : int64 with get, set
Public Property MaxPendingMessagesTotalSize As Long

Wartość właściwości

Int64

Maksymalny rozmiar komunikatu, który może zostać przetworzony przez powiązanie.

Atrybuty

Dotyczy