Share via


ConnectionOrientedTransportBindingElement.ShouldSerializeMaxPendingAccepts メソッド

定義

コネクション指向のトランスポート バインド要素で保留中の受け入れの最大数をシリアル化する必要があるかどうかを示します。

public:
 bool ShouldSerializeMaxPendingAccepts();
public bool ShouldSerializeMaxPendingAccepts ();
member this.ShouldSerializeMaxPendingAccepts : unit -> bool
Public Function ShouldSerializeMaxPendingAccepts () As Boolean

戻り値

コネクション指向のトランスポート バインド要素が、保留中の受け入れの最大数をシリアル化する場合は true。それ以外の場合は false

適用対象