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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상