C# 클래스 Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator

This is a nested class that is supposed to monitor LdapMessageQueue for events generated by the LDAP Server.
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
EventsGenerator ( LdapEventSource objEventSource, LdapMessageQueue queue, LdapConnection conn, int msgid ) : System
StartEventPolling ( ) : void
StopEventPolling ( ) : void

보호된 메소드들

메소드 설명
Run ( ) : void
processmessage ( LdapMessage response ) : void

메소드 상세

EventsGenerator() 공개 메소드

public EventsGenerator ( LdapEventSource objEventSource, LdapMessageQueue queue, LdapConnection conn, int msgid ) : System
objEventSource LdapEventSource
queue Novell.Directory.Ldap.LdapMessageQueue
conn Novell.Directory.Ldap.LdapConnection
msgid int
리턴 System

Run() 보호된 메소드

protected Run ( ) : void
리턴 void

StartEventPolling() 공개 메소드

public StartEventPolling ( ) : void
리턴 void

StopEventPolling() 공개 메소드

public StopEventPolling ( ) : void
리턴 void

processmessage() 보호된 메소드

protected processmessage ( LdapMessage response ) : void
response Novell.Directory.Ldap.LdapMessage
리턴 void