C# Class EdirEventsCallback, csharp-ldap

Datei anzeigen Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void
MyDirectoryEventHandler ( object source, DirectoryEventArgs objEventArgs ) : void
MyDirectoryExceptionEventHandler ( object source, DirectoryExceptionEventArgs objEventArgs ) : void
MyEdirEventHandler ( object source, EdirEventArgs objEventArgs ) : void
MyEdirEventHandler02 ( object source, EdirEventArgs objEventArgs ) : void

Protected Methods

Method Description
Execute ( string ldapHost, string ldapPort, string loginDN, string password ) : void

Method Details

Execute() protected method

protected Execute ( string ldapHost, string ldapPort, string loginDN, string password ) : void
ldapHost string
ldapPort string
loginDN string
password string
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

MyDirectoryEventHandler() public method

public MyDirectoryEventHandler ( object source, DirectoryEventArgs objEventArgs ) : void
source object
objEventArgs Novell.Directory.Ldap.Events.DirectoryEventArgs
return void

MyDirectoryExceptionEventHandler() public method

public MyDirectoryExceptionEventHandler ( object source, DirectoryExceptionEventArgs objEventArgs ) : void
source object
objEventArgs Novell.Directory.Ldap.Events.DirectoryExceptionEventArgs
return void

MyEdirEventHandler() public method

public MyEdirEventHandler ( object source, EdirEventArgs objEventArgs ) : void
source object
objEventArgs Novell.Directory.Ldap.Events.Edir.EdirEventArgs
return void

MyEdirEventHandler02() public method

public MyEdirEventHandler02 ( object source, EdirEventArgs objEventArgs ) : void
source object
objEventArgs Novell.Directory.Ldap.Events.Edir.EdirEventArgs
return void