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

適用対象