UdpTransportSettings.MaxPendingMessageCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定已接收但尚未從個別通道執行個體的輸入佇列移除的最大訊息數目。
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
屬性值
訊息數目。
備註
如果輸入佇列已達到其暫止訊息計數的限制,則會捨棄訊息。 預設值為 32。