LdapConnection.Abort(IAsyncResult) Méthode

Définition

La méthode Abort(IAsyncResult) annule la demande asynchrone.

public:
 void Abort(IAsyncResult ^ asyncResult);
public void Abort (IAsyncResult asyncResult);
member this.Abort : IAsyncResult -> unit
Public Sub Abort (asyncResult As IAsyncResult)

Paramètres

asyncResult
IAsyncResult

Objet IAsyncResult qui fait référence à la demande asynchrone.

Exceptions

Le handle de l'objet n'est pas valide.

asyncResult est null (Nothing en Visual Basic).

asyncResult n’a pas été retourné par l’appel correspondant à BeginSendRequest.

S’applique à