ClientBase<TChannel>.EndOperationDelegate 대리자

정의

protected:  where TChannel : classdelegate cli::array <System::Object ^> ^ ClientBase<TChannel>::EndOperationDelegate(IAsyncResult ^ result);
protected delegate object[] ClientBase<TChannel>.EndOperationDelegate(IAsyncResult result) where TChannel : class;
Protected Delegate Function ClientBase(Of TChannel).EndOperationDelegate(result As IAsyncResult) As Object() 

매개 변수

반환 값

Object[]

비동기 메서드 호출 결과를 포함하는 배열 Object 입니다. 작업에는 여러 반환 값이 있을 수 있으며 이 값은 모두 이 개체 배열에 반환됩니다.

확장명 메서드

Name Description
GetMethodInfo(Delegate)

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

적용 대상