Share via


TaskHelpers.ToApmEnd Metoda

Definice

Přetížení

ToApmEnd(IAsyncResult)
ToApmEnd<TResult>(IAsyncResult)

ToApmEnd(IAsyncResult)

Zdroj:
TaskHelpers.cs
Zdroj:
TaskHelpers.cs
Zdroj:
TaskHelpers.cs
public:
[System::Runtime::CompilerServices::Extension]
 static void ToApmEnd(IAsyncResult ^ iar);
public static void ToApmEnd (this IAsyncResult iar);
static member ToApmEnd : IAsyncResult -> unit
<Extension()>
Public Sub ToApmEnd (iar As IAsyncResult)

Parametry

Platí pro

ToApmEnd<TResult>(IAsyncResult)

Zdroj:
TaskHelpers.cs
Zdroj:
TaskHelpers.cs
Zdroj:
TaskHelpers.cs
public:
generic <typename TResult>
[System::Runtime::CompilerServices::Extension]
 static TResult ToApmEnd(IAsyncResult ^ iar);
public static TResult ToApmEnd<TResult> (this IAsyncResult iar);
static member ToApmEnd : IAsyncResult -> 'Result
<Extension()>
Public Function ToApmEnd(Of TResult) (iar As IAsyncResult) As TResult

Parametry typu

TResult

Parametry

Návraty

TResult

Platí pro