Share via


TaskHelpers.ToApmEnd 方法

定義

多載

ToApmEnd(IAsyncResult)
ToApmEnd<TResult>(IAsyncResult)

ToApmEnd(IAsyncResult)

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

參數

適用於

ToApmEnd<TResult>(IAsyncResult)

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

類型參數

TResult

參數

傳回

TResult

適用於