LdapConnection.Abort(IAsyncResult) Methode

Definition

Die Abort(IAsyncResult)-Methode bricht die asynchrone Anforderung ab.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult-Objekt, das auf die asynchrone Anforderung verweist.

Ausnahmen

Das Objekthandle ist nicht gültig.

asyncResult ist NULL (Nothing in Visual Basic).

asyncResult wurde nicht vom entsprechenden Aufruf von BeginSendRequest zurückgegeben

Gilt für: