TaskHelpers.EndWithOutDelegate<T1,TResult> Delegate

Definition

public: generic <typename T1, typename TResult>
delegate TResult TaskHelpers::EndWithOutDelegate(IAsyncResult ^ iar, [Runtime::InteropServices::Out] T1 % arg1);
public delegate TResult TaskHelpers.EndWithOutDelegate<T1,TResult>(IAsyncResult iar, out T1 arg1);
type TaskHelpers.EndWithOutDelegate<'T1, 'Result> = delegate of IAsyncResult * 'T1 -> 'Result
Public Delegate Function TaskHelpers.EndWithOutDelegate(Of T1, TResult)(iar As IAsyncResult, ByRef arg1 As T1) As TResult 

Type Parameters

T1
TResult

Parameters

arg1
T1

Return Value

TResult

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to