ClientBase<TChannel>.ChannelBase<T>.EndInvoke 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이름에 의한 지정된 메서드의 비동기 호출을 완료합니다.
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 출력입니다.