C# 클래스 Novell.Directory.Ldap.Events.Edir.EdirEventSource

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

보호된 프로퍼티들

프로퍼티 타입 설명
edir_event EdirEventHandler
mConnection LdapConnection
mQueue LdapResponseQueue
mRequestOperation MonitorEventRequest

공개 메소드들

메소드 설명
EdirEventSource ( EdirEventSpecifier specifier, LdapConnection conn ) : System

보호된 메소드들

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

메소드 상세

EdirEventSource() 공개 메소드

public EdirEventSource ( EdirEventSpecifier specifier, LdapConnection conn ) : System
specifier EdirEventSpecifier
conn LdapConnection
리턴 System

GetListeners() 보호된 메소드

protected GetListeners ( ) : int
리턴 int

NotifyEventListeners() 보호된 메소드

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

StartSearchAndPolling() 보호된 메소드

protected StartSearchAndPolling ( ) : void
리턴 void

StopSearchAndPolling() 보호된 메소드

protected StopSearchAndPolling ( ) : void
리턴 void

프로퍼티 상세

edir_event 보호되어 있는 프로퍼티

protected EdirEventHandler edir_event
리턴 EdirEventHandler

mConnection 보호되어 있는 프로퍼티

protected LdapConnection mConnection
리턴 LdapConnection

mQueue 보호되어 있는 프로퍼티

protected LdapResponseQueue mQueue
리턴 LdapResponseQueue

mRequestOperation 보호되어 있는 프로퍼티

protected MonitorEventRequest,Novell.Directory.Ldap.Events.Edir mRequestOperation
리턴 MonitorEventRequest