LdapSessionOptions.PingWaitTimeout 속성

정의

이 속성에는 PingWaitTimeout 클라이언트가 ping을 TimeSpan 보낸 후 응답이 돌아올 때까지 대기하는 시간(밀리초)을 지정하는 개체가 포함되어 있습니다.

public:
 property TimeSpan PingWaitTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan PingWaitTimeout { get; set; }
member this.PingWaitTimeout : TimeSpan with get, set
Public Property PingWaitTimeout As TimeSpan

속성 값

TimeSpan ping을 보낸 후 응답이 돌아올 때까지 클라이언트가 대기하는 시간(밀리초)을 지정하는 개체입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

지정된 시간 범위가 .보다 Zero작습니다.

적용 대상