AsyncResult.End(IAsyncResult) Metoda

Definice

Volání této metody po dokončení End funkce pro asynchronní operaci. Zajišťuje, že asynchronní operace je dokončena, a provádí některé běžné 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