AsyncResult.End(IAsyncResult) Metoda

Definice

Volání této metody při End dokončení funkce pro asynchronní operaci. Zajišťuje dokončení asynchronní operace a provede několik běžných ověření.

public:
 static void End(IAsyncResult ^ result);
public static void End(IAsyncResult result);
static member End : IAsyncResult -> unit
Public Shared Sub End (result As IAsyncResult)

Parametry

result
IAsyncResult

Představuje IAsyncResult stav asynchronní operace.

Platí pro