C# Class Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator

This is a nested class that is supposed to monitor LdapMessageQueue for events generated by the LDAP Server.
Mostra file Open project: EventStore/csharp-ldap

Public Methods

Method Description
EventsGenerator ( LdapEventSource objEventSource, LdapMessageQueue queue, LdapConnection conn, int msgid ) : System
StartEventPolling ( ) : void
StopEventPolling ( ) : void

Protected Methods

Method Description
Run ( ) : void
processmessage ( LdapMessage response ) : void

Method Details

EventsGenerator() public method

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
return System

Run() protected method

protected Run ( ) : void
return void

StartEventPolling() public method

public StartEventPolling ( ) : void
return void

StopEventPolling() public method

public StopEventPolling ( ) : void
return void

processmessage() protected method

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