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 輸出。