UdpTransportSettings.MaxPendingMessageCount Property

Definition

Gets or sets a value that specifies the maximum number of messages that have been received but not yet removed from the input queue for an individual channel instance.

public:
 property int MaxPendingMessageCount { int get(); void set(int value); };
public int MaxPendingMessageCount { get; set; }
member this.MaxPendingMessageCount : int with get, set
Public Property MaxPendingMessageCount As Integer

Property Value

The number of messages.

Remarks

If the input queue has reached its pending message count limit, the message is dropped. The default value is 32.

Applies to