Compartir a través de


UdpBindingElement.MaxPendingMessagesTotalSize Propiedad

Definición

Obtiene o establece un valor que especifica el tamaño total de los mensajes que se han recibido pero no se han quitado todavía de la propiedad de un elemento de enlace 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

Valor de propiedad

Int64

El tamaño total de los mensajes pendientes.

Atributos

Se aplica a