TaskHelpers.ToApmEnd Method

Definition

Overloads

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)

Parameters

Applies to

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

Type Parameters

TResult

Parameters

Returns

TResult

Applies to