ClientBase<TChannel>.ChannelBase<T>.EndInvoke 메서드

정의

이름에 의한 지정된 메서드의 비동기 호출을 완료합니다.

protected:
 System::Object ^ EndInvoke(System::String ^ methodName, cli::array <System::Object ^> ^ args, IAsyncResult ^ result);
protected object EndInvoke (string methodName, object[] args, IAsyncResult result);
member this.EndInvoke : string * obj[] * IAsyncResult -> obj
Protected Function EndInvoke (methodName As String, args As Object(), result As IAsyncResult) As Object

매개 변수

methodName
String

비동기식으로 호출된 메서드의 이름입니다.

args
Object[]

호출된 메서드의 인수 배열입니다.

result
IAsyncResult

호출에서 반환한 결과입니다.

반환

Object

호출된 메서드의 Object 출력입니다.

적용 대상