TaskHelpers.EndWithOutDelegate<T1,TResult> 委托

定义

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 

类型参数

T1
TResult

参数

arg1
T1

返回值

TResult

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于