TaskHelpers.ToApmEnd 메서드

정의

오버로드

ToApmEnd(IAsyncResult)
ToApmEnd<TResult>(IAsyncResult)

ToApmEnd(IAsyncResult)

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

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

적용 대상