DsmlSoapHttpConnection.Abort(IAsyncResult) Metod

Definition

Avbryter den asynkrona begäran.

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

Parametrar

asyncResult
IAsyncResult

Ett objekt som härleds från IAsyncResult det refererar till den asynkrona begäran.

Undantag

asyncResult är null (Nothing i Visual Basic).

asyncResult returnerades inte av motsvarande anrop till BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object).

Gäller för