Share via


TaskHelpers.ToApmEnd Método

Definição

Sobrecargas

ToApmEnd(IAsyncResult)
ToApmEnd<TResult>(IAsyncResult)

ToApmEnd(IAsyncResult)

Origem:
TaskHelpers.cs
Origem:
TaskHelpers.cs
Origem:
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)

Parâmetros

Aplica-se a

ToApmEnd<TResult>(IAsyncResult)

Origem:
TaskHelpers.cs
Origem:
TaskHelpers.cs
Origem:
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

Parâmetros de tipo

TResult

Parâmetros

Retornos

TResult

Aplica-se a