共用方式為


UdpTransportSettings.MaxPendingMessageCount 屬性

定義

取得或設定值,這個值會指定已接收但尚未從個別通道執行個體的輸入佇列移除的最大訊息數目。

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

屬性值

Int32

訊息數目。

備註

如果輸入佇列已達到其暫止訊息計數的限制,則會捨棄訊息。 預設值為 32。

適用於