C# 클래스 Novell.Directory.Ldap.LdapSearchResults

An LdapSearchResults object is returned from a synchronous search operation. It provides access to all results received during the operation (entries and exceptions).
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Abandon void
LdapSearchResults System
LdapSearchResults System
resetVectors void

공개 메소드들

메소드 설명
hasMore ( ) : bool

Reports if there are more search results.

next ( ) : LdapEntry

Returns the next result as an LdapEntry. If automatic referral following is disabled or if a referral was not followed, next() will throw an LdapReferralException when the referral is received.

비공개 메소드들

메소드 설명
Abandon ( ) : void

Cancels the search request and clears the message and enumeration.

LdapSearchResults ( ) : System
LdapSearchResults ( LdapConnection conn, LdapSearchQueue queue, LdapSearchConstraints cons ) : System

Constructs a queue object for search results.

resetVectors ( ) : void

메소드 상세

hasMore() 공개 메소드

Reports if there are more search results.
public hasMore ( ) : bool
리턴 bool

next() 공개 메소드

Returns the next result as an LdapEntry. If automatic referral following is disabled or if a referral was not followed, next() will throw an LdapReferralException when the referral is received.
LdapException A general exception which includes an error /// message and an Ldap error code. /// LdapReferralException A referral was received and not /// followed. ///
public next ( ) : LdapEntry
리턴 LdapEntry