Freigeben über


DsmlSoapHttpConnection.Abort(IAsyncResult) Methode

Definition

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 aus IAsyncResult abgeleitetes Objekt, das auf die asynchrone Anforderung verweist.

Ausnahmen

asyncResult ist NULL (Nothing in Visual Basic).

asyncResult wurde nicht vom entsprechenden Aufruf von BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object) zurückgegeben.

Gilt für: