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의 배열입니다. 이 작업으로 인한 반환 값은 여러 개일 수 있으며, 이 값은 모두 이 개체 배열에 포함되어 반환됩니다.

확장 메서드

GetMethodInfo(Delegate)

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

적용 대상