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)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象