共用方式為


LdapSessionOptions.PingLimit 屬性

定義

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 物件已經過處置。

指定的值小於零。

適用於