C# 클래스 Novell.Directory.Ldap.Events.PSearchEventSource

This is the source class for Ldap events.
상속: LdapEventSource
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mAttrs string[]
mConnection LdapConnection
mEventChangeType LdapEventType
mFilter string
mQueue LdapSearchQueue
mScope int
mSearchBase string
mSearchConstraints LdapSearchConstraints
mTypesOnly bool
search_referral_event SearchReferralEventHandler
search_result_event SearchResultEventHandler

공개 메소드들

메소드 설명
PSearchEventSource ( LdapConnection conn, string searchBase, int scope, string filter, string attrs, bool typesOnly, LdapSearchConstraints constraints, LdapEventType eventchangetype, bool changeonly ) : System

보호된 메소드들

메소드 설명
GetListeners ( ) : int
NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
StartSearchAndPolling ( ) : void
StopSearchAndPolling ( ) : void

메소드 상세

GetListeners() 보호된 메소드

protected GetListeners ( ) : int
리턴 int

NotifyEventListeners() 보호된 메소드

protected NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
sourceMessage LdapMessage
aClassification EventClassifiers
nType int
리턴 bool

PSearchEventSource() 공개 메소드

public PSearchEventSource ( LdapConnection conn, string searchBase, int scope, string filter, string attrs, bool typesOnly, LdapSearchConstraints constraints, LdapEventType eventchangetype, bool changeonly ) : System
conn LdapConnection
searchBase string
scope int
filter string
attrs string
typesOnly bool
constraints LdapSearchConstraints
eventchangetype LdapEventType
changeonly bool
리턴 System

StartSearchAndPolling() 보호된 메소드

protected StartSearchAndPolling ( ) : void
리턴 void

StopSearchAndPolling() 보호된 메소드

protected StopSearchAndPolling ( ) : void
리턴 void

프로퍼티 상세

mAttrs 보호되어 있는 프로퍼티

protected string[] mAttrs
리턴 string[]

mConnection 보호되어 있는 프로퍼티

protected LdapConnection mConnection
리턴 LdapConnection

mEventChangeType 보호되어 있는 프로퍼티

protected LdapEventType mEventChangeType
리턴 LdapEventType

mFilter 보호되어 있는 프로퍼티

protected string mFilter
리턴 string

mQueue 보호되어 있는 프로퍼티

protected LdapSearchQueue mQueue
리턴 LdapSearchQueue

mScope 보호되어 있는 프로퍼티

protected int mScope
리턴 int

mSearchBase 보호되어 있는 프로퍼티

protected string mSearchBase
리턴 string

mSearchConstraints 보호되어 있는 프로퍼티

protected LdapSearchConstraints mSearchConstraints
리턴 LdapSearchConstraints

mTypesOnly 보호되어 있는 프로퍼티

protected bool mTypesOnly
리턴 bool

search_referral_event 보호되어 있는 프로퍼티

protected SearchReferralEventHandler search_referral_event
리턴 SearchReferralEventHandler

search_result_event 보호되어 있는 프로퍼티

protected SearchResultEventHandler search_result_event
리턴 SearchResultEventHandler