LdapConnection.Abort(IAsyncResult) Methode

Definitie

De Abort(IAsyncResult) methode annuleert de asynchrone aanvraag.

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

Parameters

asyncResult
IAsyncResult

Een IAsyncResult object dat verwijst naar de asynchrone aanvraag.

Uitzonderingen

De objectgreep is ongeldig.

asyncResult is null (Nothing in Visual Basic).

asyncResult is niet geretourneerd door de bijbehorende aanroep naar BeginSendRequest

Van toepassing op