C# Класс Novell.Directory.Ldap.Events.Edir.EdirEventSource

This is the source class for Edir events.
Наследование: LdapEventSource
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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