LdapConnection.GetPartialResults(IAsyncResult) Methode

Definitie

De GetPartialResults(IAsyncResult) methode haalt gedeeltelijke resultaten van een asynchrone bewerking op.

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

Parameters

asyncResult
IAsyncResult

Een IAsyncResult object met statusgegevens voor deze aanvraag.

Retouren

Een PartialResultsCollection object dat de gedeeltelijke resultaten bevat.

Uitzonderingen

Het object is al verwijderd. De objectgreep is ongeldig.

asyncResult is null (Nothing in Visual Basic).

asyncResult komt niet overeen met de asyncResult geretourneerde in de BeginSendRequest aanroep.

De foutcode die door LDAP wordt geretourneerd, wordt niet toegewezen aan een ResultCode opsommingsfoutcode.

De server heeft een DirectoryResponse object geretourneerd met een fout.

Van toepassing op