LdapSessionOptions.PingLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PingLimit 屬性包含用戶端在關閉連接前傳送之未回應的 Ping 數。
public:
property int PingLimit { int get(); void set(int value); };
public int PingLimit { get; set; }
member this.PingLimit : int with get, set
Public Property PingLimit As Integer
屬性值
用戶端在關閉連接前傳送之未回應的 Ping 數。
例外狀況
LdapConnection 物件已經過處置。
指定的值小於零。