2 references to LdapAsyncResult
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
86
public LdapPartialAsyncResult(int messageID, AsyncCallback callbackRoutine, object state, bool partialResults, LdapConnection con, bool partialCallback, TimeSpan requestTimeout) :
base
(callbackRoutine, state, partialResults)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
328
var asyncResult = new
LdapAsyncResult
(callback, state, false);