C# Class Novell.Directory.Ldap.Events.PSearchEventSource

This is the source class for Ldap events.
Inheritance: LdapEventSource
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
PSearchEventSource ( LdapConnection conn, string searchBase, int scope, string filter, string attrs, bool typesOnly, LdapSearchConstraints constraints, LdapEventType eventchangetype, bool changeonly ) : System

Méthodes protégées

Méthode Description
GetListeners ( ) : int
NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
StartSearchAndPolling ( ) : void
StopSearchAndPolling ( ) : void

Method Details

GetListeners() protected méthode

protected GetListeners ( ) : int
Résultat int

NotifyEventListeners() protected méthode

protected NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
sourceMessage LdapMessage
aClassification EventClassifiers
nType int
Résultat bool

PSearchEventSource() public méthode

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
Résultat System

StartSearchAndPolling() protected méthode

protected StartSearchAndPolling ( ) : void
Résultat void

StopSearchAndPolling() protected méthode

protected StopSearchAndPolling ( ) : void
Résultat void

Property Details

mAttrs protected_oe property

protected string[] mAttrs
Résultat string[]

mConnection protected_oe property

protected LdapConnection mConnection
Résultat LdapConnection

mEventChangeType protected_oe property

protected LdapEventType mEventChangeType
Résultat LdapEventType

mFilter protected_oe property

protected string mFilter
Résultat string

mQueue protected_oe property

protected LdapSearchQueue mQueue
Résultat LdapSearchQueue

mScope protected_oe property

protected int mScope
Résultat int

mSearchBase protected_oe property

protected string mSearchBase
Résultat string

mSearchConstraints protected_oe property

protected LdapSearchConstraints mSearchConstraints
Résultat LdapSearchConstraints

mTypesOnly protected_oe property

protected bool mTypesOnly
Résultat bool

search_referral_event protected_oe property

protected SearchReferralEventHandler search_referral_event
Résultat SearchReferralEventHandler

search_result_event protected_oe property

protected SearchResultEventHandler search_result_event
Résultat SearchResultEventHandler