UdpBindingElement.MaxPendingMessagesTotalSize Property

Definition

Gets or sets a value that specifies the total size of messages that have been received but not yet removed from the property in a UDP binding element.

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

Property Value

The total size of pending messages.

Attributes

Applies to