LdapConnection.GetPartialResults(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La méthode GetPartialResults(IAsyncResult) récupère des résultats partiels d'une opération asynchrone.
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
Paramètres
- asyncResult
- IAsyncResult
Objet IAsyncResult qui contient des données d'état pour cette demande.
Retours
Objet PartialResultsCollection qui contient les résultats partiels.
Exceptions
L'objet est déjà supprimé. Le handle de l'objet n'est pas valide.
asyncResult
est null (Nothing
en Visual Basic).
asyncResult
ne correspond pas au asyncResult
retourné dans l'appel BeginSendRequest.
Le code d'erreur retourné par LDAP ne mappe pas à un code d'erreur d'énumération ResultCode.
Le serveur a retourné un DirectoryResponse objet avec une erreur.