LdapConnection.GetPartialResults(IAsyncResult) Metoda

Definice

Metoda GetPartialResults(IAsyncResult) načte částečné výsledky asynchronní operace.

public:
 System::DirectoryServices::Protocols::PartialResultsCollection ^ GetPartialResults(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.PartialResultsCollection GetPartialResults (IAsyncResult asyncResult);
member this.GetPartialResults : IAsyncResult -> System.DirectoryServices.Protocols.PartialResultsCollection
Public Function GetPartialResults (asyncResult As IAsyncResult) As PartialResultsCollection

Parametry

asyncResult
IAsyncResult

Objekt IAsyncResult , který obsahuje data o stavu pro tento požadavek.

Návraty

Objekt PartialResultsCollection , který obsahuje částečné výsledky.

Výjimky

Objekt je již odstraněn. Popisovač objektu není platný.

asyncResult is null (Nothing v jazyce Visual Basic).

asyncResult neodpovídá hodnotě vrácené asyncResultBeginSendRequest ve volání.

Kód chyby vrácený protokolem LDAP se nemapuje na kód chyby výčtu ResultCode .

Server vrátil DirectoryResponse objekt s chybou.

Platí pro