IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Metod

Definition

Tillhandahåller en asynkron processslutmetod när processen avslutas.

public:
 void EndProcessRequest(IAsyncResult ^ result);
public void EndProcessRequest(IAsyncResult result);
abstract member EndProcessRequest : IAsyncResult -> unit
Public Sub EndProcessRequest (result As IAsyncResult)

Parametrar

result
IAsyncResult

En IAsyncResult som innehåller information om processens status.

Kommentarer

Du kan använda EndProcessRequest för att skapa undantag som fångas under den asynkrona processen.

Gäller för