LdapSessionOptions.PingKeepAliveTimeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PingKeepAliveTimeout 属性包含 TimeSpan 对象,该对象指定在从服务器获得上一次响应之后,在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。
public:
property TimeSpan PingKeepAliveTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan PingKeepAliveTimeout { get; set; }
member this.PingKeepAliveTimeout : TimeSpan with get, set
Public Property PingKeepAliveTimeout As TimeSpan
属性值
一个 TimeSpan 对象,该对象指定在从服务器获得上一次响应之后,在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。
例外
指定的时间跨度小于 Zero。